mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +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
|
||||
from collections.abc import Generator
|
||||
from typing import Any, ClassVar
|
||||
|
||||
class Plugin:
|
||||
name: ClassVar[str]
|
||||
|
||||
Reference in New Issue
Block a user