mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 01:17:39 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import decimal
|
||||
from _typeshed import ReadableBuffer
|
||||
from collections.abc import Sequence
|
||||
from datetime import date, datetime, time
|
||||
from typing import Any, Sequence, overload
|
||||
from typing import Any, overload
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
|
||||
from .resultrow import ResultRow
|
||||
|
||||
Reference in New Issue
Block a user