1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Delete unnecessary empty line addition

This commit is contained in:
Sebastian Jordan 2019-09-25 07:04:56 +02:00
parent 7a0f7b607d
commit cd0d6e8239

View file

@ -396,7 +396,6 @@ class InstallCommand(RequirementCommand):
check_binary_allowed = get_check_binary_allowed(
finder.format_control
)
# Consider legacy and PEP517-using requirements separately
legacy_requirements = []
pep517_requirements = []