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 Oct 4, 2024
1 parent 9738c5a commit 0341ee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ async def test_handle_request(inline_handler):
("```\n# load json file\n```", "\n# load json file"),
("```\ndef function():\n pass\n```", "\ndef function():\n pass"),
(
"```\n# load json file\nimport json\nwith open('path-to-file','r') as f:```",
"\nimport json\nwith open('path-to-file','r') as f:"
"```\n# load json file\nimport json\nwith open('path-to-file','r') as f:```",
"\nimport json\nwith open('path-to-file','r') as f:",
),
]

Expand Down

0 comments on commit 0341ee5

Please sign in to comment.