channels: remove unused import

This commit is contained in:
Luna 2019-02-19 19:16:17 -03:00
parent 515c520f7d
commit 0f8c5e10bc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from litecord.schemas import (
from litecord.blueprints.checks import channel_check, channel_perm_check from litecord.blueprints.checks import channel_check, channel_perm_check
from litecord.system_messages import send_sys_message from litecord.system_messages import send_sys_message
from litecord.blueprints.dm_channels import ( from litecord.blueprints.dm_channels import (
gdm_add_recipient, gdm_remove_recipient, gdm_destroy gdm_remove_recipient, gdm_destroy
) )
log = Logger(__name__) log = Logger(__name__)