Skip to content

Commit edc6ec5

Browse files
GH1383 Add support for creating Series/Index with dtype='category'
1 parent e6b23da commit edc6ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/series/test_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Scalar,
5151
)
5252

53-
from pandas.core.dtypes.dtypes import CategoricalDtype
53+
from pandas.core.dtypes.dtypes import CategoricalDtype # noqa F401
5454

5555
from tests import (
5656
PD_LTE_23,

0 commit comments

Comments
 (0)