Skip to content

Commit a1f9068

Browse files
fixed linting
1 parent 70708b3 commit a1f9068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/series.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ def __init__(
313313
if n == 0:
314314
# gh-16737
315315
warnings.warn(
316-
"The default index type for empty data will be 'Index'"
317-
" instead of 'RangeIndex' in a future version."
318-
" Specify an index explicitly to silence this warning.",
316+
"The default index type for empty data will be 'Index' "
317+
"instead of 'RangeIndex' in a future version. "
318+
"Specify an index explicitly to silence this warning.",
319319
DeprecationWarning,
320320
stacklevel=2,
321321
)

0 commit comments

Comments
 (0)