Commit 9332edbf authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unused imports

parent 3acfce0f
...@@ -28,8 +28,6 @@ import warnings ...@@ -28,8 +28,6 @@ import warnings
import stat import stat
import functools import functools
import pkgutil import pkgutil
import token
import symbol
import operator import operator
import platform import platform
import collections import collections
...@@ -67,11 +65,6 @@ try: ...@@ -67,11 +65,6 @@ try:
except ImportError: except ImportError:
importlib_machinery = None importlib_machinery = None
try:
import parser
except ImportError:
pass
from pkg_resources.extern import packaging from pkg_resources.extern import packaging
__import__('pkg_resources.extern.packaging.version') __import__('pkg_resources.extern.packaging.version')
__import__('pkg_resources.extern.packaging.specifiers') __import__('pkg_resources.extern.packaging.specifiers')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment