From 4c4a583ccdd07af2abec6df7d55ae1b82cba0599 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 2 May 2019 02:10:47 -0300 Subject: [PATCH] webhooks: remove unused import --- litecord/blueprints/webhooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecord/blueprints/webhooks.py b/litecord/blueprints/webhooks.py index a86bae0..08712d3 100644 --- a/litecord/blueprints/webhooks.py +++ b/litecord/blueprints/webhooks.py @@ -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