Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Oct 20, 2024
1 parent 49c8196 commit c558a49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pip/_internal/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,5 @@ def __init__(
"Starting with pip 24.1, packages with invalid "
f"{invalid_type}s can not be processed."
),
hint_stmt=(
"To proceed this package must be uninstalled."
),
hint_stmt="To proceed this package must be uninstalled.",
)

0 comments on commit c558a49

Please sign in to comment.