File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1030,10 +1030,7 @@ class PeriodDtype(PeriodDtypeBase, PandasExtensionDtype):
10301030 # "Dict[int, PandasExtensionDtype]", base class "PandasExtensionDtype"
10311031 # defined the type as "Dict[str, PandasExtensionDtype]") [assignment]
10321032 _cache_dtypes : dict [BaseOffset , int ] = {} # type: ignore[assignment]
1033- # error: Incompatible types in assignment (expression has type
1034- # "Callable[[PeriodDtypeBase], int]", base class "PandasExtensionDtype"
1035- # defined the type as "Callable[[PandasExtensionDtype], int]")
1036- __hash__ = PeriodDtypeBase .__hash__ # type: ignore[assignment]
1033+ __hash__ = PeriodDtypeBase .__hash__
10371034 _freq : BaseOffset
10381035 _supports_2d = True
10391036 _can_fast_transpose = True
You can’t perform that action at this time.
0 commit comments