Skip to content

Commit de8f0b5

Browse files
committed
Lint
1 parent 16f145d commit de8f0b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/pip/_internal/cli/base_command.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def _main(self, args: List[str]) -> int:
131131
", ".join(sorted(always_enabled_features)),
132132
)
133133

134-
135134
# Make sure that the --python argument isn't specified after the
136135
# subcommand. We can tell, because if --python was specified,
137136
# we should only reach this point if we're running in the created

tests/functional/test_python_option.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_python_interpreter(
4040
result = script.pip("--python", env_path, "list", "--format=json")
4141
assert json.loads(result.stdout) == before
4242

43+
4344
def test_error_python_option_wrong_location(
4445
script: PipTestEnvironment,
4546
tmpdir: Path,

0 commit comments

Comments
 (0)