Skip to content

Commit 19016fa

Browse files
committed
fix imports
1 parent cabec1f commit 19016fa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/_libs/testing.pyx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ from numpy cimport import_array
66

77
import_array()
88

9-
from pandas._libs.util cimport (
10-
is_array,
11-
is_real_number_object,
12-
)
9+
from pandas._libs.util cimport is_array, is_real_number_object
1310

1411
from pandas.core.dtypes.common import is_dtype_equal
1512
from pandas.core.dtypes.missing import array_equivalent, isna

0 commit comments

Comments
 (0)