From 04c3cd2e9f7c30aec1c3507184ce04a06ceb540e Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 9 Feb 2021 16:04:06 -0800 Subject: [PATCH] [UrlFetch] No Config needed --- urlfetch/urlfetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urlfetch/urlfetch.py b/urlfetch/urlfetch.py index 19b350b..82efdd4 100644 --- a/urlfetch/urlfetch.py +++ b/urlfetch/urlfetch.py @@ -2,7 +2,7 @@ import aiohttp import logging from urllib.parse import urlparse -from redbot.core import checks, commands, Config +from redbot.core import checks, commands from redbot.core.utils.chat_formatting import box, pagify from redbot.core.utils.menus import menu, DEFAULT_CONTROLS