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

Remove unused imports

parent 3acfce0f
......@@ -28,8 +28,6 @@ import warnings
import stat
import functools
import pkgutil
import token
import symbol
import operator
import platform
import collections
......@@ -67,11 +65,6 @@ try:
except ImportError:
importlib_machinery = None
try:
import parser
except ImportError:
pass
from pkg_resources.extern import packaging
__import__('pkg_resources.extern.packaging.version')
__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