diff options
author | 2021-02-24 17:34:42 +0530 | |
---|---|---|
committer | 2021-02-24 17:34:42 +0530 | |
commit | 598cb12f628547ce1542c6094908df48f4b757ec (patch) | |
tree | a41d303e4a7bb98f71f70cab84dccb65f2db762c /bot/exts/evergreen/error_handler.py | |
parent | Mentioned community bot commands channel while sending embed for No Private M... (diff) |
Make Flake8 happy (reorder imports)
Diffstat (limited to 'bot/exts/evergreen/error_handler.py')
-rw-r--r-- | bot/exts/evergreen/error_handler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/error_handler.py b/bot/exts/evergreen/error_handler.py index 54878c08..83091ba8 100644 --- a/bot/exts/evergreen/error_handler.py +++ b/bot/exts/evergreen/error_handler.py @@ -7,7 +7,7 @@ from discord import Embed, Message from discord.ext import commands from sentry_sdk import push_scope -from bot.constants import Colours, ERROR_REPLIES, NEGATIVE_REPLIES, Channels +from bot.constants import Channels, Colours, ERROR_REPLIES, NEGATIVE_REPLIES from bot.utils.decorators import InChannelCheckFailure, InMonthCheckFailure from bot.utils.exceptions import UserNotPlayingError |