Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Mar 15, 2021
1 parent 8350550 commit c47fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piptools/scripts/compile.py
Expand Up @@ -6,10 +6,10 @@

import click
from click.utils import LazyFile, safecall
from pep517 import meta
from pip._internal.commands import create_command
from pip._internal.req.constructors import install_req_from_line
from pip._internal.utils.misc import redact_auth_from_url
from pip._vendor.pep517 import meta

from .._compat import parse_requirements
from ..cache import DependencyCache
Expand Down

0 comments on commit c47fb58

Please sign in to comment.