Skip to content

Commit

Permalink
FIX: Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 4, 2022
1 parent 7ecb295 commit f0bcc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mne/viz/backends/_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
_AbstractWidgetList, _AbstractAction, _AbstractDialog)
from ._utils import (_init_qt_resources, _qt_disable_paint,
_qt_get_stylesheet, _detect_theme)
from ..utils import logger, _check_option, safe_event
from ..utils import _check_option, safe_event


class _QtDialog(_AbstractDialog):
Expand Down
1 change: 1 addition & 0 deletions mne/viz/backends/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def _qt_app_exec(app):


def _qt_get_stylesheet(theme='auto'):
from ..utils import logger
if theme == 'auto':
theme = _detect_theme()
if theme == 'dark':
Expand Down

0 comments on commit f0bcc6c

Please sign in to comment.