There was an error while loading. Please reload this page.
1 parent a20074b commit 497906aCopy full SHA for 497906a
1 file changed
pandas-stubs/_libs/tslibs/timestamps.pyi
@@ -111,6 +111,7 @@ class Timestamp(datetime, SupportsIndex):
111
def fold(self) -> int: ...
112
if sys.version_info >= (3, 12):
113
@classmethod
114
+ @override
115
# TODO: reduce the double unused-ignore-comment when astral-sh/ty#2681 is resolved
116
def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride] # pyrefly: ignore[bad-override-param-name] # ty: ignore[invalid-method-override,unused-ignore-comment,unused-ignore-comment]
117
cls, t: float, tz: _tzinfo | str | None = None
0 commit comments