Skip to content

Commit 78af6fa

Browse files
Apply suggestion from @jorisvandenbossche
1 parent 142a609 commit 78af6fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/strings/test_strings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,6 @@ def test_removesuffix(any_string_dtype, suffix, expected):
573573
tm.assert_series_equal(result, ser_expected)
574574

575575

576-
577-
578576
def test_string_slice_get_syntax(any_string_dtype):
579577
ser = Series(
580578
["YYY", "B", "C", "YYYYYYbYYY", "BYYYcYYY", np.nan, "CYYYBYYY", "dog", "cYYYt"],

0 commit comments

Comments
 (0)