We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280eadb commit 7c56581Copy full SHA for 7c56581
pandas/core/indexes/datetimelike.py
@@ -134,7 +134,7 @@ def values(self) -> np.ndarray:
134
# Note: PeriodArray overrides this to return an ndarray of objects.
135
return self._data._data
136
137
- @property # type: ignore
+ @property # type: ignore # https://github.com/python/mypy/issues/1362
138
@Appender(DatetimeLikeArrayMixin.asi8.__doc__)
139
def asi8(self):
140
return self._data.asi8
0 commit comments