Skip to content

Commit

Permalink
!fixup Avoid unnecessary linebreak in long message
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Mar 30, 2022
1 parent bb13d8e commit 0dfd5b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pip/_internal/cli/cmdoptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,7 @@ def _handle_no_use_pep517(
# and raise error if it is not.
if not importlib.util.find_spec("setuptools"):
msg = (
"It is not possible to use --no-use-pep517 "
"without setuptools installed."
"It is not possible to use --no-use-pep517 without setuptools installed."
)
raise_option_error(parser, option=option, msg=msg)

Expand Down

0 comments on commit 0dfd5b8

Please sign in to comment.