Skip to content

Commit 5dd17e8

Browse files
committed
move tile functions to utils to improve maintainability #242
1 parent 4009734 commit 5dd17e8

File tree

4 files changed

+2
-266
lines changed

4 files changed

+2
-266
lines changed

mapswipe_workers/mapswipe_workers/project_types/build_area/build_area_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from mapswipe_workers.base.base_task import BaseTask
2-
from mapswipe_workers.project_types.build_area import tile_functions as t
2+
from mapswipe_workers.utils import tile_functions as t
33

44

55
class BuildAreaTask(BaseTask):

mapswipe_workers/mapswipe_workers/project_types/change_detection/change_detection_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from mapswipe_workers.base.base_task import BaseTask
2-
from mapswipe_workers.project_types.change_detection import tile_functions as t
2+
from mapswipe_workers.utils import tile_functions as t
33

44

55
class ChangeDetectionTask(BaseTask):

mapswipe_workers/mapswipe_workers/project_types/change_detection/tile_functions.py

Lines changed: 0 additions & 264 deletions
This file was deleted.

mapswipe_workers/mapswipe_workers/project_types/build_area/tile_functions.py renamed to mapswipe_workers/mapswipe_workers/utils/tile_functions.py

File renamed without changes.

0 commit comments

Comments
 (0)