Skip to content

Commit

Permalink
setup.py: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Feb 8, 2015
1 parent e6183f6 commit d8ac604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

from __future__ import print_function
import sys, subprocess, timeit
import timeit
from distutils.core import setup, Command
import versioneer
versioneer.VCS = "git"
Expand Down

0 comments on commit d8ac604

Please sign in to comment.