From 010e161a463e503e20629b99a25913704b3fefb6 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Mon, 18 Jan 2021 00:06:11 -0500 Subject: [PATCH] Removed unused aiohttp import in weather.py --- exts/weather.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/exts/weather.py b/exts/weather.py index 424267b..dfc7384 100644 --- a/exts/weather.py +++ b/exts/weather.py @@ -10,8 +10,6 @@ the GNU General Public License, version 2. import re -import aiohttp - import discord.ext.commands as commands import common as cmn