Skip to content

Commit 3032124

Browse files
committed
add 3.12+ suppression
1 parent d0ed65c commit 3032124

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
@@ -105,7 +105,7 @@ class Timestamp(datetime, SupportsIndex):
105105

106106
if sys.version_info >= (3, 12):
107107
@classmethod
108-
def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride]
108+
def fromtimestamp( # pyright: ignore[reportIncompatibleMethodOverride] # pyrefly: ignore
109109
cls, t: float, tz: _tzinfo | str | None = ...
110110
) -> Self: ...
111111
else:

0 commit comments

Comments
 (0)