Skip to content

Commit

Permalink
ignore flake 8 error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed May 11, 2022
1 parent 1d95635 commit 5167a7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 100 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies = [
"tornado>=6.1.0",
"traitlets>=5.1",
"websocket-client",
"jupyter_telemetry"
]

[project.readme]
Expand Down
99 changes: 0 additions & 99 deletions setup.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion tests/services/events/mockextension/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .mock_extension import _load_jupyter_server_extension
from .mock_extension import _load_jupyter_server_extension # noqa: F401

# Function that makes these extensions discoverable
# by the test functions.
Expand Down

0 comments on commit 5167a7e

Please sign in to comment.