[lint] Remove unused imports

Left over from various refactoring and rewrites.
This commit is contained in:
Hornwitser
2018-06-12 05:05:00 +02:00
committed by Rapptz
parent a329565e74
commit d58fc0ccee
16 changed files with 3 additions and 21 deletions

View File

@ -25,12 +25,10 @@ DEALINGS IN THE SOFTWARE.
"""
import discord
import asyncio
import re
import inspect
from .errors import BadArgument, NoPrivateMessage
from .view import StringView
__all__ = [ 'Converter', 'MemberConverter', 'UserConverter',
'TextChannelConverter', 'InviteConverter', 'RoleConverter',