Skip to content

Commit 35a79e2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e314d4f commit 35a79e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

piptools/scripts/compile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
from typing import IO, Any, BinaryIO, cast
1313

1414
import click
15+
from build import BuildBackendException
1516
from build.util import project_wheel_metadata
1617
from click.utils import LazyFile, safecall
1718
from pip._internal.req import InstallRequirement
1819
from pip._internal.req.constructors import install_req_from_line
1920
from pip._internal.utils.misc import redact_auth_from_url
2021
from pyproject_hooks import default_subprocess_runner, quiet_subprocess_runner
2122

22-
from build import BuildBackendException
23-
2423
from .._compat import parse_requirements
2524
from ..cache import DependencyCache
2625
from ..exceptions import NoCandidateFound, PipToolsError

0 commit comments

Comments
 (0)