mirror of https://gitlab.com/litecord/litecord.git
messages: remove double import
This commit is contained in:
parent
b41d3b6f36
commit
ffa244173c
|
|
@ -24,7 +24,6 @@ from logbook import Logger
|
|||
|
||||
from litecord.blueprints.auth import token_check
|
||||
from litecord.blueprints.checks import channel_check, channel_perm_check
|
||||
from litecord.blueprints.dms import try_dm_state
|
||||
from litecord.errors import MessageNotFound, Forbidden
|
||||
from litecord.enums import MessageType, ChannelType, GUILD_CHANS
|
||||
from litecord.snowflake import get_snowflake
|
||||
|
|
|
|||
Loading…
Reference in New Issue