diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-12-21 17:23:24 +0100 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2021-12-22 00:08:15 +0100 |
commit | 99ed44df750fedfc0bbf956c88d15befd5e760cd (patch) | |
tree | 78820b19ae6c0fe62065f87c567066fa112a4aaf /numpy/lib/arraysetops.pyi | |
parent | 08053b2600f4b93575d8057238861219a1a57edc (diff) | |
download | numpy-99ed44df750fedfc0bbf956c88d15befd5e760cd.tar.gz |
STY: Replace `Union` with the `|` operator
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, |