Skip to content

Commit 5cb207b

Browse files
committed
STYLE: fix import location after precommit (pandas-dev#39203)
1 parent 1df8858 commit 5cb207b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/tests/extension/test_integer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
import numpy as np
1717
import pytest
1818

19-
from pandas.api.types import is_extension_array_dtype
20-
2119
import pandas as pd
2220
import pandas._testing as tm
23-
from pandas.api.types import is_integer_dtype
21+
from pandas.api.types import is_extension_array_dtype, is_integer_dtype
2422
from pandas.core.arrays.integer import (
2523
Int8Dtype,
2624
Int16Dtype,

0 commit comments

Comments
 (0)