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] authored and hiCXK committed Oct 3, 2024
1 parent 993fb95 commit 619a92f
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 619a92f

Please sign in to comment.