Skip to content

Commit 88e165d

Browse files
committed
linting
1 parent b854916 commit 88e165d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/testing.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import_array()
88

99
from pandas._libs.util cimport (
1010
is_array,
11-
is_real_number_object
11+
is_real_number_object,
1212
)
1313

1414
from pandas.core.dtypes.common import is_dtype_equal

0 commit comments

Comments
 (0)