Removed unused aiohttp import in weather.py

This commit is contained in:
0x5c
2021-01-18 00:06:11 -05:00
parent afe95b912b
commit 010e161a46
-2
View File
@@ -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