mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from _typeshed import Self, StrPath
|
||||
from collections.abc import Iterable, Sequence
|
||||
from datetime import tzinfo
|
||||
from typing import Any, Iterable, Protocol, Sequence
|
||||
from typing import Any, Protocol
|
||||
|
||||
__all__ = ["ZoneInfo", "reset_tzpath", "available_timezones", "TZPATH", "ZoneInfoNotFoundError", "InvalidTZPathWarning"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user