From efb4ff850ea476d2aabc8ab4069a6d52ad602f42 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 1 Aug 2018 15:24:33 +0200 Subject: [lint] Fix import order Reorder imports to be consistenly grouped by standard library, third party library, and local modules in that order thoughout the library. --- discord/abc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'discord/abc.py') diff --git a/discord/abc.py b/discord/abc.py index bc6df318..a0007993 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -27,7 +27,6 @@ DEALINGS IN THE SOFTWARE. import abc import copy import asyncio - from collections import namedtuple from .iterators import HistoryIterator -- cgit v1.2.3