diff options
Diffstat (limited to 'numpy/lib/arraysetops.pyi')
-rw-r--r-- | numpy/lib/arraysetops.pyi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/arraysetops.pyi b/numpy/lib/arraysetops.pyi index 6f13ec74b..492affb10 100644 --- a/numpy/lib/arraysetops.pyi +++ b/numpy/lib/arraysetops.pyi @@ -2,7 +2,6 @@ from typing import ( Literal as L, Any, List, - Union, TypeVar, Tuple, overload, |