Skip to content

Commit

Permalink
Merge pull request #4684 from pradyunsg/misc/remove-redundant-import
Browse files Browse the repository at this point in the history
Remove a redundant import
  • Loading branch information
dstufft committed Sep 7, 2017
2 parents 4b5a0d5 + c6cce85 commit d1379fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pip/_internal/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
wheel = None


try:
import wheel
except ImportError:
wheel = None


logger = logging.getLogger(__name__)


Expand Down

0 comments on commit d1379fa

Please sign in to comment.