Skip to content

Commit a4fd67b

Browse files
committed
fix Coordinates import
1 parent f53e661 commit a4fd67b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/services/location/jhu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
from cachetools import TTLCache
1010

1111
from ...caches import check_cache, load_cache
12+
from ...coordinates import Coordinates
1213
from ...location import TimelinedLocation
13-
from ...models import Coordinates, Timeline
14+
from ...models import Timeline
1415
from ...utils import countries
1516
from ...utils import date as date_util
1617
from ...utils import httputils

0 commit comments

Comments
 (0)