File tree 5 files changed +6
-12
lines changed
5 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
from arho_feature_template .core .feature_template import FeatureTemplate
2
- from arho_feature_template .core .forms .feature_attribute_form import \
3
- FeatureAttributeForm
2
+ from arho_feature_template .core .forms .feature_attribute_form import FeatureAttributeForm
4
3
5
4
6
5
class AddFeatureForm (FeatureAttributeForm ):
Original file line number Diff line number Diff line change 1
1
from qgis .PyQt .QtWidgets import QWidget
2
2
3
- from arho_feature_template .core .feature_template_library import \
4
- FeatureTemplateLibrary
3
+ from arho_feature_template .core .feature_template_library import FeatureTemplateLibrary
5
4
from arho_feature_template .qgis_plugin_tools .tools .resources import load_ui
6
5
7
6
Original file line number Diff line number Diff line change 8
8
from qgis .PyQt .QtWidgets import QAction , QWidget
9
9
from qgis .utils import iface
10
10
11
- from arho_feature_template .core .feature_template_library import \
12
- FeatureTemplateLibrary
11
+ from arho_feature_template .core .feature_template_library import FeatureTemplateLibrary
13
12
from arho_feature_template .core .panels .add_feature_panel import AddFeaturePanel
14
- from arho_feature_template .qgis_plugin_tools .tools .custom_logging import (
15
- setup_logger , teardown_logger )
16
- from arho_feature_template .qgis_plugin_tools .tools .i18n import \
17
- setup_translation
18
- from arho_feature_template .qgis_plugin_tools .tools .resources import (
19
- plugin_name , resources_path )
13
+ from arho_feature_template .qgis_plugin_tools .tools .custom_logging import setup_logger , teardown_logger
14
+ from arho_feature_template .qgis_plugin_tools .tools .i18n import setup_translation
15
+ from arho_feature_template .qgis_plugin_tools .tools .resources import plugin_name , resources_path
20
16
21
17
LIBRARY_JSON = resources_path ("asemakaava-template-library-test.json" )
22
18
You can’t perform that action at this time.
0 commit comments