Skip to content

Commit eaa9200

Browse files
committed
STYLE: Use consistent indentation in qt/__init__.py.in
1 parent ef3d86b commit eaa9200

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Libs/Scripting/Python/Core/Python/qt/__init__.py.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ __kits_to_load = [ @QT_PYTHON_WRAPPED_LIBRARIES@ ]
99
_CTK_VERBOSE_IMPORT = False
1010

1111
for kit in __kits_to_load:
12-
try:
13-
exec("from PythonQt.Qt%s import *" % kit)
14-
except ImportError as detail:
15-
if _CTK_VERBOSE_IMPORT:
16-
print(detail)
12+
try:
13+
exec("from PythonQt.Qt%s import *" % kit)
14+
except ImportError as detail:
15+
if _CTK_VERBOSE_IMPORT:
16+
print(detail)
1717

1818
if "QObject" not in locals():
1919
from PythonQt.private import QObject

0 commit comments

Comments
 (0)