-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9112fef
commit 38eb8ae
Showing
5 changed files
with
8 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
__contact__ = "[email protected]" | ||
__copyright__ = "Copyright (c) 2022 Hytech Imaging" | ||
|
||
from qgis.core import QgsEditorWidgetSetup, QgsVectorLayer | ||
from qgis.core import QgsVectorLayer | ||
|
||
from ..database import ( | ||
SURVEY_TYPE_TABLE, | ||
|
@@ -20,4 +20,4 @@ def _init(self, layer: QgsVectorLayer) -> None: | |
self._init_widgets(layer) | ||
|
||
def _init_widgets(self, layer: QgsVectorLayer) -> None: | ||
pass | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters