Skip to content

Commit 06213e0

Browse files
committed
small fix in importing sub module
1 parent d730ce1 commit 06213e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/utils/api_calls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import requests
22

3-
from ..definitions import OHSOME_API_LINK, CustomError, logger
3+
from mapswipe_workers.definitions import OHSOME_API_LINK, CustomError, logger
44

55

66
def geojsonToFeatureCollection(geojson):

0 commit comments

Comments
 (0)