We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4715229 commit 5c4c569Copy full SHA for 5c4c569
src/server/utils/dates.py
@@ -10,7 +10,7 @@
10
from epiweeks import Week, Year
11
from typing_extensions import TypeAlias
12
13
-from .logger import get_structured_logger
+from delphi.epidata.common.logger import get_structured_logger
14
15
# Alias for a sequence of date ranges (int, int) or date integers
16
IntRange: TypeAlias = Union[Tuple[int, int], int]
0 commit comments