Skip to content

Commit 1702f50

Browse files
STYLE: apply pre-commit formatting
1 parent c67bf05 commit 1702f50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pandas/tests/indexes/test_common.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,5 +530,7 @@ def test_join_series_deprecated():
530530
# GH#62897
531531
idx = pd.Index([1, 2])
532532
ser = pd.Series([1, 2, 2])
533-
with tm.assert_produces_warning(Pandas4Warning, match="Passing .* to .* is deprecated"):
533+
with tm.assert_produces_warning(
534+
Pandas4Warning, match="Passing .* to .* is deprecated"
535+
):
534536
idx.join(ser)

0 commit comments

Comments
 (0)