mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import ast
|
||||
from argparse import Namespace
|
||||
from collections.abc import Container
|
||||
from typing import Any, Generator
|
||||
from collections.abc import Container, Generator
|
||||
from typing import Any
|
||||
|
||||
rst_prefix: str
|
||||
rst_fail_load: int
|
||||
|
||||
Reference in New Issue
Block a user