We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e4b0d commit 3f0c6aaCopy full SHA for 3f0c6aa
mapswipe_workers/mapswipe_workers/definitions.py
@@ -122,6 +122,7 @@ class ProjectType(Enum):
122
123
@property
124
def constuctor(self):
125
+ # Imports are first made once this method get called to avoid circular imports.
126
from mapswipe_workers.project_types.build_area.build_area_project import (
127
BuildAreaProject,
128
)
0 commit comments