webhooks: remove unused import

This commit is contained in:
Luna 2019-05-02 02:10:47 -03:00
parent feaef1e463
commit 4c4a583ccd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ from litecord.blueprints.channel.messages import (
msg_create_request, msg_create_check_content, msg_add_attachment,
msg_guild_text_mentions
)
from litecord.embed.sanitizer import fill_embed, fetch_raw_img, proxify
from litecord.embed.sanitizer import fill_embed, fetch_raw_img
from litecord.embed.messages import process_url_embed, is_media_url
from litecord.embed.schemas import EmbedURL
from litecord.utils import pg_set_json