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 ed879f4 commit 547c06dCopy full SHA for 547c06d
pandas-stubs/_libs/tslibs/timestamps.pyi
@@ -100,7 +100,7 @@ class Timestamp(datetime, SupportsIndex):
100
def fold(self) -> int: ...
101
if sys.version_info >= (3, 12):
102
@classmethod
103
- def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride]
+ def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride] # ty: ignore[invalid-method-override]
104
cls, t: float, tz: _tzinfo | str | None = ...
105
) -> Self: ...
106
else:
0 commit comments