mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +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