mirror of https://gitlab.com/litecord/litecord.git
channels: remove unused import
This commit is contained in:
parent
515c520f7d
commit
0f8c5e10bc
|
|
@ -32,7 +32,7 @@ from litecord.schemas import (
|
|||
from litecord.blueprints.checks import channel_check, channel_perm_check
|
||||
from litecord.system_messages import send_sys_message
|
||||
from litecord.blueprints.dm_channels import (
|
||||
gdm_add_recipient, gdm_remove_recipient, gdm_destroy
|
||||
gdm_remove_recipient, gdm_destroy
|
||||
)
|
||||
|
||||
log = Logger(__name__)
|
||||
|
|
|
|||
Loading…
Reference in New Issue