From a877b269da690785cb17286f756f06eaa5a3a153 Mon Sep 17 00:00:00 2001 From: thetimtoy <31359881+thetimtoy@users.noreply.github.com> Date: Fri, 11 Mar 2022 18:16:35 -0800 Subject: [PATCH] Remove unused Object import --- discord/channel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 9f8d55c05..6873103e5 100644 --- a/discord/channel.py +++ b/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