Skip to content

Commit 5c4c569

Browse files
committed
add to dates too
1 parent 4715229 commit 5c4c569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/utils/dates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from epiweeks import Week, Year
1111
from typing_extensions import TypeAlias
1212

13-
from .logger import get_structured_logger
13+
from delphi.epidata.common.logger import get_structured_logger
1414

1515
# Alias for a sequence of date ranges (int, int) or date integers
1616
IntRange: TypeAlias = Union[Tuple[int, int], int]

0 commit comments

Comments
 (0)