Skip to content

Commit

Permalink
Merge pull request #912 from atugushev/pip-19.3-compat-fix-import
Browse files Browse the repository at this point in the history
Fix create_command() import
  • Loading branch information
atugushev authored Sep 27, 2019
2 parents 51463fc + bc2379a commit 25a4e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piptools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@ def create_install_command():
if PIP_VERSION < (19, 3):
return InstallCommand()

from pip._internal import create_command
from pip._internal.commands import create_command

return create_command("install")

0 comments on commit 25a4e99

Please sign in to comment.