aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-07-03 13:18:24 +0100
committerGravatar Gareth Coles <[email protected]>2018-07-03 13:18:24 +0100
commit28bd2fc64ab37c336687f561efdea5d751c2cf9e (patch)
treeb18cd7d6236bcad807aa7f1f688fb4be750cf0ce
parent[Announcements] Feedback if a user already has the relevant state (diff)
Linting
-rw-r--r--bot/cogs/verification.py2
1 files changed, 1 insertions, 1 deletions
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__)