mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add __all__ for modules beginning with 'u', 'x', 'w' and 'z' (#7374)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
from typing import Callable, Sequence, TypeVar
|
||||
|
||||
__all__ = ["Error", "Packer", "Unpacker", "ConversionError"]
|
||||
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class Error(Exception):
|
||||
|
||||
Reference in New Issue
Block a user