Skip to content

Commit 3f0c6aa

Browse files
author
matthias_schaub
committed
Define project type and its class constructor in definition.py
1 parent f5e4b0d commit 3f0c6aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mapswipe_workers/mapswipe_workers/definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class ProjectType(Enum):
122122

123123
@property
124124
def constuctor(self):
125+
# Imports are first made once this method get called to avoid circular imports.
125126
from mapswipe_workers.project_types.build_area.build_area_project import (
126127
BuildAreaProject,
127128
)

0 commit comments

Comments
 (0)