diff options
author | 2018-11-20 13:35:45 +0100 | |
---|---|---|
committer | 2018-11-20 13:35:45 +0100 | |
commit | f11c7cf7e4b0d0dc8e6f7dabb835795588e9eecb (patch) | |
tree | e6bacfbf899ee25062e0972c70f03f40d0254c17 /bot/cogs/hacktober/spookyavatar.py | |
parent | Cleaning up bats a bit (diff) |
flake8
Diffstat (limited to 'bot/cogs/hacktober/spookyavatar.py')
-rw-r--r-- | bot/cogs/hacktober/spookyavatar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/hacktober/spookyavatar.py b/bot/cogs/hacktober/spookyavatar.py index 694eb317..ad8a9242 100644 --- a/bot/cogs/hacktober/spookyavatar.py +++ b/bot/cogs/hacktober/spookyavatar.py @@ -1,5 +1,5 @@ -from io import BytesIO import os +from io import BytesIO import aiohttp import discord |