Skip to content

Commit 2770692

Browse files
committed
one more override
1 parent cdb4f19 commit 2770692

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pandas-stubs/_libs/tslibs/timestamps.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ class Timestamp(datetime, SupportsIndex):
111111
def fold(self) -> int: ...
112112
if sys.version_info >= (3, 12):
113113
@classmethod
114+
@override
114115
# TODO: reduce the double unused-ignore-comment when astral-sh/ty#2681 is resolved
115116
def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride] # pyrefly: ignore[bad-override-param-name] # ty: ignore[invalid-method-override,unused-ignore-comment,unused-ignore-comment]
116117
cls, t: float, tz: _tzinfo | str | None = None

0 commit comments

Comments
 (0)