Skip to content

Commit 079547d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 17159b6 commit 079547d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arithmetic/test_numeric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def test_non_1d_ea_raises_notimplementederror(self):
874874
with pytest.raises(NotImplementedError, match=msg):
875875
ea_array * np_array
876876

877-
with pytest.raises(NotImplementedError, match=msg):
877+
with pytest.raises(NotImplementedError, match=msg):
878878
np_array * ea_array
879879

880880

0 commit comments

Comments
 (0)