Skip to content

Commit f805877

Browse files
author
matthias_schaub
committed
Add type hints.
1 parent e366c77 commit f805877

File tree

1 file changed

+2
-2
lines changed
  • mapswipe_workers/mapswipe_workers/project_types/arbitrary_geometry

1 file changed

+2
-2
lines changed

mapswipe_workers/mapswipe_workers/project_types/arbitrary_geometry/task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List
1+
from typing import Dict, List
22

33
from osgeo import ogr
44

@@ -7,7 +7,7 @@
77

88
class Task(BaseTask):
99
def __init__(
10-
self, group: object, featureId: int, featureGeometry: dict, center: List
10+
self, group: object, featureId: int, featureGeometry: Dict, center: List
1111
):
1212
"""
1313
Parameters

0 commit comments

Comments
 (0)