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__)