Skip to content

Commit 546da77

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dcda602 commit 546da77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qtpy/uic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def loadUi(uifile, baseinstance=None, workingDirectory=None):
247247

248248
if PYSIDE2:
249249

250-
def loadUiType(uifile, from_imports=False): # noqa: F811
250+
def loadUiType(uifile, from_imports=False):
251251
"""Load a .ui file and return the generated form class and
252252
the Qt base class.
253253

0 commit comments

Comments
 (0)