1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-11-13 11:52:52 +00:00

Remove unused import.

This commit is contained in:
Rapptz
2019-06-09 01:06:20 -04:00
parent a8f0a03247
commit d7814cfb25

@@ -27,7 +27,6 @@ DEALINGS IN THE SOFTWARE.
import types import types
import inspect import inspect
from collections import namedtuple from collections import namedtuple
from operator import attrgetter
__all__ = ( __all__ = (
'Enum', 'Enum',