Skip to content

Commit

Permalink
馃帹 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 22, 2023
1 parent 5528a8a commit 0d755c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ws_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_depend_validation():
async def catcher(websocket, call_next):
try:
return await call_next()
except Exception as e: # pragma: no cover
except Exception as e: # pragma: no cover
caught.append(e)
raise

Expand Down

0 comments on commit 0d755c2

Please sign in to comment.