Skip to content

Commit 0dfd5b8

Browse files
authored
!fixup Avoid unnecessary linebreak in long message
1 parent bb13d8e commit 0dfd5b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pip/_internal/cli/cmdoptions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,8 +780,7 @@ def _handle_no_use_pep517(
780780
# and raise error if it is not.
781781
if not importlib.util.find_spec("setuptools"):
782782
msg = (
783-
"It is not possible to use --no-use-pep517 "
784-
"without setuptools installed."
783+
"It is not possible to use --no-use-pep517 without setuptools installed."
785784
)
786785
raise_option_error(parser, option=option, msg=msg)
787786

0 commit comments

Comments
 (0)