mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add __all__ for modules beginning with 'u', 'x', 'w' and 'z' (#7374)
This commit is contained in:
@@ -2,6 +2,8 @@ import sys
|
||||
from pathlib import Path
|
||||
from typing import BinaryIO, Callable, Union
|
||||
|
||||
__all__ = ["ZipAppError", "create_archive", "get_interpreter"]
|
||||
|
||||
_Path = Union[str, Path, BinaryIO]
|
||||
|
||||
class ZipAppError(ValueError): ...
|
||||
|
||||
Reference in New Issue
Block a user