We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed65c commit 3032124Copy full SHA for 3032124
pandas-stubs/_libs/tslibs/timestamps.pyi
@@ -105,7 +105,7 @@ class Timestamp(datetime, SupportsIndex):
105
106
if sys.version_info >= (3, 12):
107
@classmethod
108
- def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride]
+ def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride] # pyrefly: ignore
109
cls, t: float, tz: _tzinfo | str | None = ...
110
) -> Self: ...
111
else:
0 commit comments