diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-13 19:26:04 +0000 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-13 19:26:04 +0000 |
commit | 23957cfb876f649519eacb3776020f3c3dc26466 (patch) | |
tree | 7f8fc737ea08cef5d4004657a97cb5af88426e82 /cogs/webserver.py | |
parent | d6ef6406bd137937d1f3bbbf3ee1578c76ee1d61 (diff) | |
download | steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.gz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.bz2 steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.lz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.xz steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.tar.zst steve-bot-23957cfb876f649519eacb3776020f3c3dc26466.zip |
Remove useless imports
Diffstat (limited to 'cogs/webserver.py')
-rwxr-xr-x | cogs/webserver.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cogs/webserver.py b/cogs/webserver.py index 757c8c5..223dff5 100755 --- a/cogs/webserver.py +++ b/cogs/webserver.py @@ -1,8 +1,6 @@ import json import os -import aiohttp -import discord from aiohttp import web from discord.ext import commands, tasks |