Skip to content

Commit dcb1f18

Browse files
committed
Fix updated flake rules
1 parent b38f40d commit dcb1f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/misc/qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ def wrapped(*args, **kwargs):
4141
@require_qt
4242
def run_app(): # pragma: no cover
4343
"""Run the Qt application."""
44-
global QT_APP
44+
global QT_APP # noqa F841
4545
return QT_APP.exit(QT_APP.exec_())

0 commit comments

Comments
 (0)