Skip to content

Commit 0abdfc6

Browse files
committed
fix: #718 reduce pyright ignore
1 parent a096bc0 commit 0abdfc6

File tree

2 files changed

+92
-501
lines changed

2 files changed

+92
-501
lines changed

pandas-stubs/core/indexes/accessors.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ class TimedeltaIndexProperties(
429429
_DatetimeRoundingMethods[TimedeltaIndex],
430430
): ...
431431

432-
class _dtDescriptor:
432+
class _dtDescriptor(CombinedDatetimelikeProperties):
433433
@overload
434434
def __get__(
435435
self, instance: Series[Timestamp], owner: Any

0 commit comments

Comments
 (0)