Skip to content

Commit 41f138e

Browse files
authored
Minimize changeset
1 parent 6507734 commit 41f138e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pip/_internal/configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]:
347347
should_load_user_config = not self.isolated and not (
348348
config_file and os.path.exists(config_file)
349349
)
350-
351350
if should_load_user_config:
352351
# The legacy config file is overridden by the new config file
353352
yield kinds.USER, config_files[kinds.USER]

0 commit comments

Comments
 (0)