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 3d99b88 commit 05ebd0cCopy full SHA for 05ebd0c
ibllib/misc/qt.py
@@ -41,5 +41,4 @@ def wrapped(*args, **kwargs):
41
@require_qt
42
def run_app(): # pragma: no cover
43
"""Run the Qt application."""
44
- global QT_APP
45
return QT_APP.exit(QT_APP.exec_())
0 commit comments