mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-12 05:01:40 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import argparse
|
||||
import ast
|
||||
from typing import Any, ClassVar, Generator, Iterable
|
||||
from collections.abc import Generator, Iterable
|
||||
from typing import Any, ClassVar
|
||||
|
||||
class pep257Checker:
|
||||
name: ClassVar[str]
|
||||
|
||||
Reference in New Issue
Block a user