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 707c988 commit 2a7349aCopy full SHA for 2a7349a
pandas-stubs/_libs/tslibs/timestamps.pyi
@@ -51,6 +51,7 @@ _Nonexistent: TypeAlias = (
51
Literal["raise", "NaT", "shift_backward", "shift_forward"] | Timedelta | timedelta
52
)
53
# 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
55
TimeZones: TypeAlias = str | _tzinfo | None | int
56
57
class Timestamp(datetime, SupportsIndex):
0 commit comments