mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Add __all__ for modules beginning with 'u', 'x', 'w' and 'z' (#7374)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import sys
|
||||
from typing import BinaryIO, Union
|
||||
|
||||
__all__ = ["Error", "encode", "decode"]
|
||||
|
||||
_File = Union[str, BinaryIO]
|
||||
|
||||
class Error(Exception): ...
|
||||
|
||||
Reference in New Issue
Block a user