mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
# Therefore typeshed is the best place.
|
||||
|
||||
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