diff options
author | 2019-09-28 00:12:33 +1000 | |
---|---|---|
committer | 2019-09-28 00:12:33 +1000 | |
commit | f0a6fd30cf72b1d8ad8b68be9bbe5a43969e9844 (patch) | |
tree | 60924fc7478c277416387a4e31ad0b681ede0582 | |
parent | Allow Rockstars and Partners to use !eval. (diff) |
Lovely lemon let loose and forgot linting.
-rw-r--r-- | bot/cogs/snekbox.py | 2 |
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 |