Skip to content

Commit 547c06d

Browse files
committed
ty @ py312+
1 parent ed879f4 commit 547c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_libs/tslibs/timestamps.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class Timestamp(datetime, SupportsIndex):
100100
def fold(self) -> int: ...
101101
if sys.version_info >= (3, 12):
102102
@classmethod
103-
def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride]
103+
def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride] # ty: ignore[invalid-method-override]
104104
cls, t: float, tz: _tzinfo | str | None = ...
105105
) -> Self: ...
106106
else:

0 commit comments

Comments
 (0)