Skip to content

Commit

Permalink
Add missed import
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed Jul 1, 2018
1 parent e57e77f commit f45e72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ def do_lock(
pypi_mirror=None,
):
"""Executes the freeze functionality."""
from .vendor.requirementslib import Requirement
from .utils import get_vcs_deps
cached_lockfile = {}
if not pre:
Expand Down Expand Up @@ -1164,6 +1163,7 @@ def do_lock(

def do_purge(bare=False, downloads=False, allow_global=False, verbose=False):
"""Executes the purge functionality."""
from .vendor.requirementslib.models.requirements import Requirement
if downloads:
if not bare:
click.echo(
Expand Down

0 comments on commit f45e72a

Please sign in to comment.