Skip to content

Commit c5e9c75

Browse files
committed
fix broken dependencies for tile functions
1 parent 11b4401 commit c5e9c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mapswipe_workers/mapswipe_workers/project_types/build_area/build_area_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from mapswipe_workers.definitions import logger
44
from mapswipe_workers import auth
5-
from mapswipe_workers.project_types.build_area import tile_functions as t
5+
from mapswipe_workers.utils import tile_functions as t
66

77

88
def create_tutorial(tutorial):

mapswipe_workers/mapswipe_workers/project_types/change_detection/change_detection_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from mapswipe_workers.definitions import logger
33
from mapswipe_workers import auth
4-
from mapswipe_workers.project_types.change_detection import tile_functions as t
4+
from mapswipe_workers.utils import tile_functions as t
55

66

77
def create_tutorial(tutorial):

0 commit comments

Comments
 (0)