We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24de12 commit f071bf6Copy full SHA for f071bf6
pandas/tests/dtypes/test_inference.py
@@ -18,7 +18,6 @@
18
from pandas._libs import iNaT, lib, missing as libmissing
19
import pandas.util._test_decorators as td
20
21
-from pandas.core.arrays import IntegerArray
22
from pandas.core.dtypes import inference
23
from pandas.core.dtypes.common import (
24
ensure_categorical,
@@ -52,7 +51,9 @@
52
51
Timestamp,
53
isna,
54
)
55
-import pandas.util.testing as tm
+
+from pandas.core.arrays import IntegerArray
56
+from pandas.util import testing as tm
57
58
59
@pytest.fixture(params=[True, False], ids=str)
0 commit comments