From 28bd2fc64ab37c336687f561efdea5d751c2cf9e Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 3 Jul 2018 13:18:24 +0100 Subject: Linting --- bot/cogs/verification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/verification.py b/bot/cogs/verification.py index 74064305e..0be8b7bcf 100644 --- a/bot/cogs/verification.py +++ b/bot/cogs/verification.py @@ -4,7 +4,7 @@ from discord import Message, NotFound, Object from discord.ext.commands import Bot, Context, command from bot.constants import Channels, Roles -from bot.decorators import in_channel, with_role, without_role +from bot.decorators import in_channel, without_role log = logging.getLogger(__name__) -- cgit v1.2.3