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 26, 2024
1 parent 6434d14 commit 4f1b012
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
),
]


Expand Down

0 comments on commit 4f1b012

Please sign in to comment.