mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add __all__ for modules beginning with 'u', 'x', 'w' and 'z' (#7374)
This commit is contained in:
@@ -7,6 +7,9 @@ from typing import Any
|
||||
if sys.version_info >= (3, 7):
|
||||
from importlib.abc import ResourceReader
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
__all__ = ["ZipImportError", "zipimporter"]
|
||||
|
||||
class ZipImportError(ImportError): ...
|
||||
|
||||
class zipimporter:
|
||||
|
||||
Reference in New Issue
Block a user