Skip to content

Commit deea30a

Browse files
elpasoismailsunni
authored andcommitted
Some more Imports indentation
1 parent 820c4ec commit deea30a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

parameters/qt_widgets/generic_parameter_widget.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"""Generic Parameter Widget for this file."""
33

44
from PyQt5.QtCore import Qt
5-
from PyQt5.QtWidgets import (QWidget,
6-
QHBoxLayout,
7-
QVBoxLayout,
8-
QLabel,
9-
QToolButton,
10-
QGridLayout,
11-
QSizePolicy)
5+
from PyQt5.QtWidgets import (
6+
QWidget,
7+
QHBoxLayout,
8+
QVBoxLayout,
9+
QLabel,
10+
QToolButton,
11+
QGridLayout,
12+
QSizePolicy
13+
)
1214

1315
__copyright__ = "Copyright 2014, The InaSAFE Project"
1416
__license__ = "GPL version 3"

0 commit comments

Comments
 (0)