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`.
"""
__slots__ = tuple()
__slots__ = ()
if TYPE_CHECKING:
channel: GroupChannel

1
discord/profile.py

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

Loading…
Cancel
Save