diff options
Diffstat (limited to 'numpy/emath.pyi')
-rw-r--r-- | numpy/emath.pyi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/numpy/emath.pyi b/numpy/emath.pyi index 032ec9505..5aae84b6c 100644 --- a/numpy/emath.pyi +++ b/numpy/emath.pyi @@ -1,4 +1,6 @@ -from typing import Any +from typing import Any, List + +__all__: List[str] sqrt: Any log: Any |