Skip to content

Commit 20a74d4

Browse files
committed
precommit
1 parent 428ba13 commit 20a74d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/series/methods/test_round.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ def test_round_dtype_object(self):
7878
msg = "Expected numeric dtype, got object instead."
7979
with pytest.raises(TypeError, match=msg):
8080
ser.round()
81-

0 commit comments

Comments
 (0)