mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
from _typeshed import BytesPath, StrOrBytesPath, StrPath, SupportsRichComparisonT
|
||||
from typing import Sequence, overload
|
||||
from collections.abc import Sequence
|
||||
from typing import overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user