We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53e661 commit a4fd67bCopy full SHA for a4fd67b
app/services/location/jhu.py
@@ -9,8 +9,9 @@
9
from cachetools import TTLCache
10
11
from ...caches import check_cache, load_cache
12
+from ...coordinates import Coordinates
13
from ...location import TimelinedLocation
-from ...models import Coordinates, Timeline
14
+from ...models import Timeline
15
from ...utils import countries
16
from ...utils import date as date_util
17
from ...utils import httputils
0 commit comments