Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2025
1 parent bd90ff9 commit 3ca3601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def mkdir(tmp_path, *parts):
labextensions_dir = pytest.fixture(lambda tmp_path: mkdir(tmp_path, "labextensions_dir"))


@pytest.fixture()
@pytest.fixture
def make_notebook_app( # PLR0913
jp_root_dir,
jp_template_dir,
Expand Down Expand Up @@ -131,7 +131,7 @@ def _make_notebook_app(**kwargs):
return _make_notebook_app


@pytest.fixture()
@pytest.fixture
def notebookapp(jp_serverapp, make_notebook_app):
app = make_notebook_app()
app._link_jupyter_server_extension(jp_serverapp)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from notebook.app import JupyterNotebookApp, NotebookHandler, TreeHandler


@pytest.fixture()
@pytest.fixture
def notebooks(jp_create_notebook, notebookapp):
nbpaths = (
"notebook1.ipynb",
Expand Down

0 comments on commit 3ca3601

Please sign in to comment.