mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add __all__ for modules beginning with 'u', 'x', 'w' and 'z' (#7374)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
from _typeshed.wsgi import ErrorStream, InputStream, WSGIApplication
|
||||
from typing import Any, Callable, Iterable, Iterator, NoReturn
|
||||
|
||||
__all__ = ["validator"]
|
||||
|
||||
class WSGIWarning(Warning): ...
|
||||
|
||||
def validator(application: WSGIApplication) -> WSGIApplication: ...
|
||||
|
||||
Reference in New Issue
Block a user