Skip to content

Commit 2991c58

Browse files
fix linting error
1 parent 5c5c0a1 commit 2991c58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_strings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3444,7 +3444,6 @@ def test_method_on_bytes(self):
34443444
['ad', 'be', 'cf'], 'S2').astype(object))
34453445
tm.assert_series_equal(result, expected)
34463446

3447-
34483447
@pytest.mark.filterwarnings("ignore: '.' is interpreted as a literal")
34493448
@pytest.mark.parametrize("regex, expected_array", [
34503449
(True, ['foofoofoo', 'foofoofoo']),

0 commit comments

Comments
 (0)