mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Remove unused import
This commit is contained in:
parent
ec71a46907
commit
a2b09c0ecd
@ -91,7 +91,6 @@ if TYPE_CHECKING:
|
|||||||
from .abc import GuildChannel, MessageableChannel
|
from .abc import GuildChannel, MessageableChannel
|
||||||
from .components import ActionRow, ActionRowChildComponentType
|
from .components import ActionRow, ActionRowChildComponentType
|
||||||
from .state import ConnectionState
|
from .state import ConnectionState
|
||||||
from .channel import TextChannel
|
|
||||||
from .mentions import AllowedMentions
|
from .mentions import AllowedMentions
|
||||||
from .user import User
|
from .user import User
|
||||||
from .role import Role
|
from .role import Role
|
||||||
|
Loading…
x
Reference in New Issue
Block a user