Skip to content

Commit

Permalink
style(pre-commit): auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and Lulalaby committed Apr 26, 2024
1 parent 95f1ce6 commit 57701be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ async def poll_event(self):
aiohttp.WSMsgType.CLOSED,
aiohttp.WSMsgType.CLOSING,
aiohttp.WSMsgType.CLOSE,
aiohttp.WSMsgType.ERROR
aiohttp.WSMsgType.ERROR,
):
_log.debug("Received %s", msg)
raise WebSocketClosure
Expand Down

0 comments on commit 57701be

Please sign in to comment.