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/user.py | 1 - 1 file changed, 1 deletion(-) (limited to 'discord/user.py') diff --git a/discord/user.py b/discord/user.py index 8e87520e..e5d3810a 100644 --- a/discord/user.py +++ b/discord/user.py @@ -31,7 +31,6 @@ from .errors import ClientException, InvalidArgument from collections import namedtuple import discord.abc -import asyncio VALID_STATIC_FORMATS = {"jpeg", "jpg", "webp", "png"} VALID_AVATAR_FORMATS = VALID_STATIC_FORMATS | {"gif"} -- cgit v1.2.3