aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-28 00:12:33 +1000
committerGravatar scragly <[email protected]>2019-09-28 00:12:33 +1000
commitf0a6fd30cf72b1d8ad8b68be9bbe5a43969e9844 (patch)
tree60924fc7478c277416387a4e31ad0b681ede0582
parentAllow Rockstars and Partners to use !eval. (diff)
Lovely lemon let loose and forgot linting.
-rw-r--r--bot/cogs/snekbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/snekbox.py b/bot/cogs/snekbox.py
index 120ceb4e5..81185cf3e 100644
--- a/bot/cogs/snekbox.py
+++ b/bot/cogs/snekbox.py
@@ -7,7 +7,7 @@ from typing import Optional, Tuple
from discord.ext.commands import Bot, Cog, Context, command, guild_only
-from bot.constants import Channels, URLs, Roles
+from bot.constants import Channels, Roles, URLs
from bot.decorators import in_channel
from bot.utils.messages import wait_for_deletion