Skip to content

Commit 4a226e8

Browse files
committed
lint
1 parent bc6c48b commit 4a226e8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

arho_feature_template/core/plan_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
if TYPE_CHECKING:
5353
from qgis.core import QgsFeature
5454

55-
from arho_feature_template.core.models import Plan, Proposition, Regulation, RegulationGroup
55+
from arho_feature_template.core.models import Proposition, Regulation, RegulationGroup
5656

5757
logger = logging.getLogger(__name__)
5858

arho_feature_template/project/layers/plan_layers.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010
from qgis.core import NULL, QgsExpressionContextUtils, QgsFeature, QgsProject, QgsVectorLayerUtils
1111
from qgis.utils import iface
1212

13-
from arho_feature_template.core.models import Plan, PlanFeature, Proposition, Regulation, RegulationGroup, RegulationLibrary
13+
from arho_feature_template.core.models import (
14+
Plan,
15+
PlanFeature,
16+
Proposition,
17+
Regulation,
18+
RegulationGroup,
19+
RegulationLibrary,
20+
)
1421
from arho_feature_template.exceptions import FeatureNotFoundError, LayerEditableError
1522
from arho_feature_template.project.layers import AbstractLayer
1623
from arho_feature_template.project.layers.code_layers import PlanRegulationTypeLayer

0 commit comments

Comments
 (0)