Browse Source

Remove unused Object import

pull/7545/head
thetimtoy 3 years ago
committed by GitHub
parent
commit
a877b269da
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/channel.py

1
discord/channel.py

@ -47,7 +47,6 @@ from .scheduled_event import ScheduledEvent
from .permissions import PermissionOverwrite, Permissions
from .enums import ChannelType, PrivacyLevel, try_enum, VideoQualityMode
from .mixins import Hashable
from .object import Object
from . import utils
from .utils import MISSING
from .asset import Asset

Loading…
Cancel
Save