mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
@@ -1,4 +1,4 @@
|
||||
version = "~= 6.1.2"
|
||||
version = "6.1.3"
|
||||
upstream_repository = "https://github.com/collective/icalendar"
|
||||
requires = ["types-python-dateutil", "types-pytz"]
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ __all__ = ["tzid_from_tzinfo", "tzid_from_dt", "tzids_from_tzinfo"]
|
||||
def tzids_from_tzinfo(tzinfo: datetime.tzinfo | None) -> tuple[str, ...]: ...
|
||||
def tzid_from_tzinfo(tzinfo: datetime.tzinfo | None) -> str | None: ...
|
||||
def tzid_from_dt(dt: datetime.datetime) -> str | None: ...
|
||||
def tzinfo2tzids(tzinfo: datetime.tzinfo | None) -> set[str]: ...
|
||||
|
||||
Reference in New Issue
Block a user