diff options
| author | Rapptz <[email protected]> | 2019-06-09 01:06:20 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-06-09 01:06:20 -0400 |
| commit | d7814cfb254fd398f77f3d5eea03f1dbf5249bc8 (patch) | |
| tree | 563e45bfeef1eebe7a86ab5a7c72a04327a99ea5 | |
| parent | Version bump to 1.2.0 (diff) | |
| download | discord.py-d7814cfb254fd398f77f3d5eea03f1dbf5249bc8.tar.xz discord.py-d7814cfb254fd398f77f3d5eea03f1dbf5249bc8.zip | |
Remove unused import.
| -rw-r--r-- | discord/enums.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/enums.py b/discord/enums.py index 2162a614..218f3356 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -27,7 +27,6 @@ DEALINGS IN THE SOFTWARE. import types import inspect from collections import namedtuple -from operator import attrgetter __all__ = ( 'Enum', |