remove unused import

This commit is contained in:
Luna 2021-07-10 23:44:37 -03:00
parent 093f11aad9
commit 2ae6d3ffd2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from litecord.common.channels import channel_ack
from litecord.errors import GuildNotFound from litecord.errors import GuildNotFound
from litecord.blueprints.checks import channel_check, guild_check from litecord.blueprints.checks import channel_check, guild_check
from litecord.schemas import validate, BULK_ACK 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__) bp = Blueprint("read_states", __name__)