mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import datetime
|
||||
from typing import Any, Iterable
|
||||
from collections.abc import Iterable
|
||||
from typing import Any
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from ._common import weekday as weekdaybase
|
||||
|
||||
Reference in New Issue
Block a user