Skip to content

Commit ae36e61

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 7c07ab9 commit ae36e61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discord/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ def __init__(
249249
self.loop: asyncio.AbstractEventLoop = (
250250
asyncio.get_event_loop() if loop is None else loop
251251
)
252-
self._listeners: dict[
253-
str, list[tuple[asyncio.Future, Callable[..., bool]]]
254-
] = {}
252+
self._listeners: dict[str, list[tuple[asyncio.Future, Callable[..., bool]]]] = (
253+
{}
254+
)
255255
self.shard_id: int | None = options.get("shard_id")
256256
self.shard_count: int | None = options.get("shard_count")
257257

0 commit comments

Comments
 (0)