aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/moderation.py
diff options
context:
space:
mode:
authorGravatar Daniel Brown <[email protected]>2019-02-21 12:15:04 -0600
committerGravatar Daniel Brown <[email protected]>2019-02-21 12:15:04 -0600
commit28db9b884f976fa2395c043974f304a14407d8ef (patch)
treed6a2a8b0184a014c51afa9a7c468c1660fce8270 /bot/cogs/moderation.py
parentChanged !user so that Helpers don't get redirected to the #bot_commands channel. (diff)
Linting corrections.
Signed-off-by: Daniel Brown <[email protected]>
Diffstat (limited to '')
-rw-r--r--bot/cogs/moderation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/moderation.py b/bot/cogs/moderation.py
index 21d571e62..5d8aa0217 100644
--- a/bot/cogs/moderation.py
+++ b/bot/cogs/moderation.py
@@ -13,7 +13,7 @@ from discord.ext.commands import (
from bot import constants
from bot.cogs.modlog import ModLog
-from bot.constants import Colours, Event, Icons, Keys, URLs, MODERATION_ROLES
+from bot.constants import Colours, Event, Icons, Keys, MODERATION_ROLES, URLs
from bot.converters import InfractionSearchQuery
from bot.decorators import with_role
from bot.pagination import LinePaginator