Browse Source

Remove unused import

pull/10109/head
dolfies 3 years ago
parent
commit
689fda2142
  1. 2
      discord/calls.py
  2. 1
      discord/profile.py

2
discord/calls.py

@ -440,7 +440,7 @@ class GroupCall(PrivateCall):
The type of this attribute has changed to :class:`str`. The type of this attribute has changed to :class:`str`.
""" """
__slots__ = tuple() __slots__ = ()
if TYPE_CHECKING: if TYPE_CHECKING:
channel: GroupChannel channel: GroupChannel

1
discord/profile.py

@ -27,7 +27,6 @@ from __future__ import annotations
from typing import List, Optional, TYPE_CHECKING from typing import List, Optional, TYPE_CHECKING
from .connections import PartialConnection from .connections import PartialConnection
from .flags import PublicUserFlags
from .member import Member from .member import Member
from .object import Object from .object import Object
from .permissions import Permissions from .permissions import Permissions

Loading…
Cancel
Save