mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from _typeshed.wsgi import ErrorStream, InputStream, WSGIApplication
|
||||
from typing import Any, Callable, Iterable, Iterator, NoReturn
|
||||
from collections.abc import Callable, Iterable, Iterator
|
||||
from typing import Any, NoReturn
|
||||
|
||||
__all__ = ["validator"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user