We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38f40d commit dcb1f18Copy full SHA for dcb1f18
ibllib/misc/qt.py
@@ -41,5 +41,5 @@ def wrapped(*args, **kwargs):
41
@require_qt
42
def run_app(): # pragma: no cover
43
"""Run the Qt application."""
44
- global QT_APP
+ global QT_APP # noqa F841
45
return QT_APP.exit(QT_APP.exec_())
0 commit comments