mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from collections.abc import Sequence
|
||||
import sys
|
||||
from _typeshed import StrOrBytesPath
|
||||
from types import SimpleNamespace
|
||||
from typing import Sequence
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
CORE_VENV_DEPS: tuple[str, ...]
|
||||
|
||||
Reference in New Issue
Block a user