Skip to content

Commit 0ab70fd

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent 2d7fb85 commit 0ab70fd

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
@@ -247,9 +247,9 @@ def __init__(
247247
self.loop: asyncio.AbstractEventLoop = (
248248
asyncio.get_event_loop() if loop is None else loop
249249
)
250-
self._listeners: dict[
251-
str, list[tuple[asyncio.Future, Callable[..., bool]]]
252-
] = {}
250+
self._listeners: dict[str, list[tuple[asyncio.Future, Callable[..., bool]]]] = (
251+
{}
252+
)
253253
self.shard_id: int | None = options.get("shard_id")
254254
self.shard_count: int | None = options.get("shard_count")
255255

0 commit comments

Comments
 (0)