mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-31 00:24:24 +08:00
Third-party stubs: import from collections.abc where possible (#7637)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Iterable, overload
|
||||
from collections.abc import Iterable
|
||||
from typing import Any, overload
|
||||
|
||||
class LazyFixture:
|
||||
name: str
|
||||
|
||||
Reference in New Issue
Block a user