Browse Source

Run "black discord"

pull/10189/head
Soheab_ 2 weeks ago
parent
commit
edb32b6337
  1. 1
      discord/client.py
  2. 3
      discord/ext/commands/cog.py

1
discord/client.py

@ -144,6 +144,7 @@ if TYPE_CHECKING:
max_ratelimit_timeout: NotRequired[Optional[float]]
connector: NotRequired[Optional[aiohttp.BaseConnector]]
# fmt: off
__all__ = (
'Client',

3
discord/ext/commands/cog.py

@ -44,7 +44,7 @@ from typing import (
Tuple,
TypeVar,
Union,
TypedDict
TypedDict,
)
from ._types import _BaseCommand, BotT
@ -68,6 +68,7 @@ if TYPE_CHECKING:
group_extras: NotRequired[Dict[Any, Any]]
command_attrs: NotRequired[_CommandDecoratorKwargs]
__all__ = (
'CogMeta',
'Cog',

Loading…
Cancel
Save