From 0f8c5e10bc7154853b913e8a4df99fc8392964a4 Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 19 Feb 2019 19:16:17 -0300 Subject: [PATCH] channels: remove unused import --- litecord/blueprints/channels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecord/blueprints/channels.py b/litecord/blueprints/channels.py index f263f38..8db8ff5 100644 --- a/litecord/blueprints/channels.py +++ b/litecord/blueprints/channels.py @@ -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__)