Skip to content

Commit 7c95dfa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 59dd9b3 commit 7c95dfa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_eventloop.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,7 @@ def test_qt_enable_gui(kernel, capsys):
132132

133133
enable_gui(not_gui, kernel)
134134
captured = capsys.readouterr()
135-
assert (
136-
captured.out
137-
== f"Cannot switch Qt versions for this session; you must use {gui}.\n"
138-
)
135+
assert captured.out == f"Cannot switch Qt versions for this session; you must use {gui}.\n"
139136

140137
# Check 'qt' gui, which means "the best available"
141138
enable_gui(None, kernel)

0 commit comments

Comments
 (0)