From 4f1b0128fdc045b493d87aeb219cc1415fd7b345 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:33:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .../jupyter-ai/jupyter_ai/tests/completions/test_handlers.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py b/packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py index 9af747f00..29dc45cee 100644 --- a/packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py +++ b/packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py @@ -109,7 +109,10 @@ async def test_handle_request(inline_handler): ("```\n# load json file\nimport\n```", "# load json file\nimport"), (" ```\n# load json file\nimport\n```", "# load json file\nimport"), ("``` \n# load json file\nimport\n```", "# load json file\nimport"), - ("\n```python\n# load json file\nimport\n```", "# load json file\nimport",), + ( + "\n```python\n# load json file\nimport\n```", + "# load json file\nimport", + ), ]