Skip to content

Commit 2a7349a

Browse files
committed
comment link
1 parent 707c988 commit 2a7349a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas-stubs/_libs/tslibs/timestamps.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ _Nonexistent: TypeAlias = (
5151
Literal["raise", "NaT", "shift_backward", "shift_forward"] | Timedelta | timedelta
5252
)
5353
# Repeated from `_typing.pyi` so as to satisfy mixed strict / non-strict paths.
54+
# https://github.com/pandas-dev/pandas-stubs/pull/1151#issuecomment-2715130190
5455
TimeZones: TypeAlias = str | _tzinfo | None | int
5556

5657
class Timestamp(datetime, SupportsIndex):

0 commit comments

Comments
 (0)