Skip to content

Commit 672e7cc

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

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
@@ -855,7 +855,7 @@ def test_modulo_zero_int(self):
855855
result = 0 % s
856856
expected = Series([np.nan, 0.0])
857857
tm.assert_series_equal(result, expected)
858-
858+
859859
def test_non_1d_ea_raises_notimplementederror(self):
860860
# GH#61866
861861
ea_array = array([1, 2, 3, 4, 5], dtype="Int64").reshape(5, 1)

0 commit comments

Comments
 (0)