diff options
| author | 2021-10-22 07:25:39 +0000 | |
|---|---|---|
| committer | 2021-10-22 07:25:39 +0000 | |
| commit | cdaa77830f9bce1529d93990f00415dbde33a0cd (patch) | |
| tree | 6f2a148242affd7919d49715cce97fa73800127f /bot/exts/holidays | |
| parent | Add ISort to our toolchain (diff) | |
Isort: give the codebase a sort
Diffstat (limited to 'bot/exts/holidays')
| -rw-r--r-- | bot/exts/holidays/easter/earth_photos.py | 3 | ||||
| -rw-r--r-- | bot/exts/holidays/halloween/scarymovie.py | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/holidays/easter/earth_photos.py b/bot/exts/holidays/easter/earth_photos.py index f65790af..27442f1c 100644 --- a/bot/exts/holidays/easter/earth_photos.py +++ b/bot/exts/holidays/easter/earth_photos.py @@ -4,8 +4,7 @@ import discord from discord.ext import commands from bot.bot import Bot -from bot.constants import Colours -from bot.constants import Tokens +from bot.constants import Colours, Tokens log = logging.getLogger(__name__) diff --git a/bot/exts/holidays/halloween/scarymovie.py b/bot/exts/holidays/halloween/scarymovie.py index 33659fd8..89310b97 100644 --- a/bot/exts/holidays/halloween/scarymovie.py +++ b/bot/exts/holidays/halloween/scarymovie.py @@ -6,6 +6,7 @@ from discord.ext import commands from bot.bot import Bot from bot.constants import Tokens + log = logging.getLogger(__name__) |