unused import

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-15 07:24:23 -04:00
parent 8348ba8b6b
commit fa33697514
+1 -1
View File
@@ -5,7 +5,7 @@ import sys
from codecs import open
from setuptools import setup, Command
from setuptools import setup
from setuptools.command.test import test as TestCommand
here = os.path.abspath(os.path.dirname(__file__))