aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utils/extensions.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-03-12 20:01:24 -0500
committerGravatar ToxicKidz <[email protected]>2021-03-12 20:01:24 -0500
commitccf7d118eb2dea996b10bf0a4cfca977c452f636 (patch)
treec5e93c250b8b1a10f915042b5f5a8a284d1f274c /bot/exts/utils/extensions.py
parentmake utility invoke_help_command function (diff)
Make flake8 happy.
Diffstat (limited to 'bot/exts/utils/extensions.py')
-rw-r--r--bot/exts/utils/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utils/extensions.py b/bot/exts/utils/extensions.py
index 9c126a7b..4bd606b0 100644
--- a/bot/exts/utils/extensions.py
+++ b/bot/exts/utils/extensions.py
@@ -11,7 +11,7 @@ from bot import exts
from bot.bot import Bot
from bot.constants import Client, Emojis, MODERATION_ROLES, Roles
from bot.utils.checks import with_role_check
-from bot.utils.extensions import EXTENSIONS, unqualify, invoke_help_command
+from bot.utils.extensions import EXTENSIONS, invoke_help_command, unqualify
from bot.utils.pagination import LinePaginator
log = logging.getLogger(__name__)