Skip to content

Commit 89f6c91

Browse files
maresbpradyunsg
andauthored
Improve style for multiline string
Co-authored-by: Pradyun Gedam <[email protected]>
1 parent a2252a3 commit 89f6c91

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/pip/_internal/operations/prepare.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,11 @@ def unpack_url(
216216
# be removed.
217217
if link.is_existing_dir():
218218
deprecated(
219-
reason="pip copied the source tree into a temporary directory "
220-
"before building it. This is changing so that packages are built in-place "
221-
'within the original source tree ("in-tree build").',
219+
reason=(
220+
"pip copied the source tree into a temporary directory "
221+
"before building it. This is changing so that packages are built in-place "
222+
'within the original source tree ("in-tree build").'
223+
),
222224
replacement=None,
223225
gone_in="21.3",
224226
feature_flag="in-tree-build",

0 commit comments

Comments
 (0)