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 1040b40 commit 50a0456Copy full SHA for 50a0456
pandas/tests/indexes/test_common.py
@@ -14,6 +14,7 @@
14
import pytest
15
16
from pandas.compat import IS64
17
+from pandas.errors import Pandas4Warning
18
19
from pandas.core.dtypes.common import (
20
is_integer_dtype,
@@ -28,7 +29,7 @@
28
29
RangeIndex,
30
)
31
import pandas._testing as tm
-from pandas.errors import Pandas4Warning
32
+
33
34
class TestCommon:
35
@pytest.mark.parametrize("name", [None, "new_name"])
0 commit comments