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

remove extra whitespace

This commit is contained in:
Ilan Schnell 2020-03-31 15:55:16 -05:00
parent 9de02c2b41
commit 83ba23989d

View file

@ -10,7 +10,6 @@ import yaml
from tests.lib import DATA_DIR, create_basic_wheel_for_package, path_to_url
_conflict_finder_pat = re.compile(
# Conflicting Requirements: \
# A 1.0.0 requires B == 2.0.0, C 1.0.0 requires B == 1.0.0.