From 99ed44df750fedfc0bbf956c88d15befd5e760cd Mon Sep 17 00:00:00 2001 From: Bas van Beek <43369155+BvB93@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:23:24 +0100 Subject: STY: Replace `Union` with the `|` operator --- numpy/lib/arraysetops.pyi | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/arraysetops.pyi') 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, -- cgit v1.2.1