Skip to content

Commit af00ab5

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_subshells.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,10 @@ def test_silent_flag_in_subshells():
318318
and msg["parent_header"].get("msg_id") == msg_silent["header"]["msg_id"]
319319
):
320320
continue
321-
if msg['parent_header'].get('msg_id') == msg_silent['header']['msg_id']:
322-
pytest.fail("Silent execution in concurrent setting produced unexpected IOPub message")
321+
if msg["parent_header"].get("msg_id") == msg_silent["header"]["msg_id"]:
322+
pytest.fail(
323+
"Silent execution in concurrent setting produced unexpected IOPub message"
324+
)
323325
except Empty:
324326
break
325327
finally:

0 commit comments

Comments
 (0)