Skip to content

Commit 717bb83

Browse files
committed
Add comment for the need of type: ignore
1 parent 9c60e73 commit 717bb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def values(self) -> np.ndarray:
134134
# Note: PeriodArray overrides this to return an ndarray of objects.
135135
return self._data._data
136136

137-
@property # type: ignore
137+
@property # type: ignore # https://github.com/python/mypy/issues/1362
138138
@Appender(DatetimeLikeArrayMixin.asi8.__doc__)
139139
def asi8(self):
140140
return self._data.asi8

0 commit comments

Comments
 (0)