Skip to content

Commit 2d0b61a

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent eefc57d commit 2d0b61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ async def start(self, token: str, *, reconnect: bool = True) -> None:
876876
self._loop = asyncio.get_running_loop()
877877
except RuntimeError:
878878
self._loop = asyncio.new_event_loop()
879-
879+
880880
self._pending_loops.start(self)
881881
self.http.loop = self.loop
882882
self._connection.loop = self.loop

0 commit comments

Comments
 (0)