Skip to content

Commit 2ee5b34

Browse files
committed
clear some style error
1 parent 8b3bff3 commit 2ee5b34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/arrays/test_integer.py

-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ def test_cross_type_arithmetic():
588588

589589

590590
def test_arith_extension_array_values():
591-
592591
s = pd.Series([1, 2, 3], dtype='Int64')
593592
result = s + s.values
594593
expected = pd.Series([2, 4, 6], dtype='Int64')

0 commit comments

Comments
 (0)