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 Sep 16, 2024
1 parent 35c78f9 commit ab722ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest_jupyter/jupyter_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ async def my_test(jp_fetch):
.. code-block:: python
async def my_test(jp_fetch):
response = await jp_fetch("api", "spec.yaml", method='POST', body=json.dumps({'parameter': 'value'}))
response = await jp_fetch(
"api", "spec.yaml", method="POST", body=json.dumps({"parameter": "value"})
)
...
"""
Expand Down

0 comments on commit ab722ce

Please sign in to comment.