Skip to content

Commit 2a62141

Browse files
committed
Reformat too long line
1 parent 302ae61 commit 2a62141

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/util/test_deprecate_nonkeyword_arguments.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@ def test_one_positional_argument_with_warning_message_analysis():
9696
for actual_warning in w:
9797
assert actual_warning.category == FutureWarning
9898
assert str(actual_warning.message) == (
99-
"Starting with Pandas version 1.1 all arguments of h will be keyword-only"
99+
"Starting with Pandas version 1.1 all arguments"
100+
" of h will be keyword-only"
100101
)

0 commit comments

Comments
 (0)