Skip to content

Commit c3919fe

Browse files
committed
don't check dtypes import
1 parent c1342d0 commit c3919fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pandas._libs.tslibs.period import Period
88
from pandas._libs.tslibs.timedeltas import Timedelta
99

10-
from pandas.core.dtypes import dtypes
10+
from pandas.core.dtypes import dtypes # noqa
1111
from pandas.core.dtypes.generic import (
1212
ABCDataFrame,
1313
ABCExtensionArray,

0 commit comments

Comments
 (0)