Skip to content

Commit c304596

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

discord/bot.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,16 @@
3434
import sys
3535
import traceback
3636
from abc import ABC, abstractmethod
37-
from typing import Any, Callable, Coroutine, Generator, Literal, Mapping, TYPE_CHECKING, TypeVar
37+
from typing import (
38+
TYPE_CHECKING,
39+
Any,
40+
Callable,
41+
Coroutine,
42+
Generator,
43+
Literal,
44+
Mapping,
45+
TypeVar,
46+
)
3847

3948
from .client import Client
4049
from .cog import CogMixin

0 commit comments

Comments
 (0)