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