Skip to content

Commit 50a0456

Browse files
Fix import ordering
1 parent 1040b40 commit 50a0456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/indexes/test_common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import pytest
1515

1616
from pandas.compat import IS64
17+
from pandas.errors import Pandas4Warning
1718

1819
from pandas.core.dtypes.common import (
1920
is_integer_dtype,
@@ -28,7 +29,7 @@
2829
RangeIndex,
2930
)
3031
import pandas._testing as tm
31-
from pandas.errors import Pandas4Warning
32+
3233

3334
class TestCommon:
3435
@pytest.mark.parametrize("name", [None, "new_name"])

0 commit comments

Comments
 (0)