Skip to content

Commit beec783

Browse files
committed
ignore flake 8 error in tests
1 parent 9d675dd commit beec783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/services/events/mockextension/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .mock_extension import _load_jupyter_server_extension
1+
from .mock_extension import _load_jupyter_server_extension # noqa: F401
22

33
# Function that makes these extensions discoverable
44
# by the test functions.

0 commit comments

Comments
 (0)