From 2ae6d3ffd22fba542612db23d57d03ed4cab742f Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 10 Jul 2021 23:44:37 -0300 Subject: [PATCH] remove unused import --- litecord/blueprints/read_states.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecord/blueprints/read_states.py b/litecord/blueprints/read_states.py index c32440d..04053b5 100644 --- a/litecord/blueprints/read_states.py +++ b/litecord/blueprints/read_states.py @@ -24,7 +24,7 @@ from litecord.common.channels import channel_ack from litecord.errors import GuildNotFound from litecord.blueprints.checks import channel_check, guild_check from litecord.schemas import validate, BULK_ACK -from litecord.enums import ChannelType, GUILD_CHANS +from litecord.enums import GUILD_CHANS bp = Blueprint("read_states", __name__)