Skip to content

Commit e5f7138

Browse files
committed
simplify import
1 parent c7929fd commit e5f7138

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas-stubs/core/series.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ from pandas.core.api import (
6262
Int64Dtype as Int64Dtype,
6363
)
6464
from pandas.core.arrays.base import ExtensionArray
65-
from pandas.core.arrays.boolean import (
66-
BooleanDtype,
67-
)
65+
from pandas.core.arrays.boolean import BooleanDtype
6866
from pandas.core.arrays.categorical import (
6967
Categorical,
7068
CategoricalAccessor,

0 commit comments

Comments
 (0)