Skip to content

Commit 636dd14

Browse files
committed
more pep8 refactoring
1 parent 54434a0 commit 636dd14

16 files changed

+3
-5
lines changed

redistricting/controllers/edit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
)
3030

3131
from qgis.core import (
32+
Qgis,
3233
QgsApplication,
3334
QgsFeature,
3435
QgsFieldModel,
3536
QgsVectorLayer
3637
)
37-
from qgis.gui import Qgis
3838
from qgis.PyQt import sip
3939
from qgis.PyQt.QtCore import QObject
4040
from qgis.PyQt.QtGui import QIcon

redistricting/controllers/plan.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@
2929
)
3030

3131
from qgis.core import (
32+
Qgis,
3233
QgsProject,
3334
QgsVectorLayer
3435
)
35-
from qgis.gui import (
36-
Qgis,
37-
QgisInterface
38-
)
36+
from qgis.gui import QgisInterface
3937
from qgis.PyQt.QtCore import QObject
4038
from qgis.PyQt.QtGui import QIcon
4139
from qgis.PyQt.QtWidgets import (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)