We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1342d0 commit c3919feCopy full SHA for c3919fe
pandas/_typing.py
@@ -7,7 +7,7 @@
7
from pandas._libs.tslibs.period import Period
8
from pandas._libs.tslibs.timedeltas import Timedelta
9
10
-from pandas.core.dtypes import dtypes
+from pandas.core.dtypes import dtypes # noqa
11
from pandas.core.dtypes.generic import (
12
ABCDataFrame,
13
ABCExtensionArray,
0 commit comments