Skip to content

Commit 06ad22f

Browse files
committed
style: pre-commit
1 parent e02fbb0 commit 06ad22f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pandas/tests/io/parser/common/test_float.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import numpy as np
99
import pytest
1010

11-
from pandas.compat import is_platform_linux
12-
1311
from pandas import DataFrame
1412
import pandas._testing as tm
1513

@@ -94,10 +92,10 @@ def test_small_int_followed_by_float(
9492

9593
tm.assert_frame_equal(result, expected)
9694

95+
9796
@pytest.mark.parametrize(
98-
"value",
99-
["81e31d04049863b72", "d81e31d04049863b72", "81e3104049863b72"]
100-
)
97+
"value", ["81e31d04049863b72", "d81e31d04049863b72", "81e3104049863b72"]
98+
)
10199
def test_invalid_float_number(all_parsers_all_precisions, value):
102100
# GH#62617
103101
parser, precision = all_parsers_all_precisions

0 commit comments

Comments
 (0)