summaryrefslogtreecommitdiff
path: root/numpy/emath.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/emath.pyi')
-rw-r--r--numpy/emath.pyi4
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