From d58fc0cceed63b9536a2151168b0e40144ba5d81 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Tue, 12 Jun 2018 05:05:00 +0200 Subject: [lint] Remove unused imports Left over from various refactoring and rewrites. --- discord/ext/commands/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/ext/commands/bot.py') diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index b6556592..71ec5189 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -33,7 +33,7 @@ import sys import traceback import re -from .core import GroupMixin, Command, command +from .core import GroupMixin, Command from .view import StringView from .context import Context from .errors import CommandNotFound, CommandError -- cgit v1.2.3