We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b23da commit edc6ec5Copy full SHA for edc6ec5
tests/series/test_series.py
@@ -50,7 +50,7 @@
50
Scalar,
51
)
52
53
-from pandas.core.dtypes.dtypes import CategoricalDtype
+from pandas.core.dtypes.dtypes import CategoricalDtype # noqa F401
54
55
from tests import (
56
PD_LTE_23,
0 commit comments