Skip to content

Commit 0f362c2

Browse files
committed
lint
1 parent c01949f commit 0f362c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/services/kernels/test_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async def mock_method(self, *args, **kwargs):
4242

4343
monkeypatch.setattr(AsyncKernelManager, f"{action}_kernel", mock_method)
4444

45-
with pytest.raises(Exception):
45+
with pytest.raises(Exception): # noqa
4646
await getattr(manager, f"{action}_kernel")()
4747

4848
output = jp_read_emitted_events()[0]

0 commit comments

Comments
 (0)