Skip to content

Commit 1ef4eb5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9ea1744 commit 1ef4eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/arithmetic/test_numeric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,13 +870,13 @@ def test_non_1d_ea_raises_notimplementederror(self):
870870
np_array = np.array([1, 2, 3, 4, 5], dtype=np.int64).reshape(5, 1)
871871

872872
with pytest.raises(
873-
NotImplementedError,
873+
NotImplementedError,
874874
match="non-1D ExtensionArray operations are not supported",
875875
):
876876
ea_array * np_array
877877

878878
with pytest.raises(
879-
NotImplementedError,
879+
NotImplementedError,
880880
match="non-1D ExtensionArray operations are not supported",
881881
):
882882
np_array * ea_array

0 commit comments

Comments
 (0)