Commit d1f96eed authored by Jason R. Coombs's avatar Jason R. Coombs

Remove unused import

parent 085247fa
......@@ -4,11 +4,6 @@ import re
import stat
import sys
try:
from unittest import mock
except ImportError:
import mock
from setuptools.command.egg_info import egg_info
from setuptools.dist import Distribution
from setuptools.extern.six.moves import map
......
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