Skip to content

Commit c558a49

Browse files
committed
Fix formatting
1 parent 49c8196 commit c558a49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pip/_internal/exceptions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,5 @@ def __init__(
805805
"Starting with pip 24.1, packages with invalid "
806806
f"{invalid_type}s can not be processed."
807807
),
808-
hint_stmt=(
809-
"To proceed this package must be uninstalled."
810-
),
808+
hint_stmt="To proceed this package must be uninstalled.",
811809
)

0 commit comments

Comments
 (0)