Skip to content

Commit 11b4401

Browse files
committed
fix tile functions module import
1 parent 5dcdb60 commit 11b4401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/mapswipe_workers/utils/tile_grouping_functions.py

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

44
from mapswipe_workers.definitions import logger
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 get_geometry_from_file(infile: str):

0 commit comments

Comments
 (0)