diff options
Diffstat (limited to 'numpy/_pytesttester.pyi')
-rw-r--r-- | numpy/_pytesttester.pyi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/numpy/_pytesttester.pyi b/numpy/_pytesttester.pyi index 693f4128a..0be64b3f7 100644 --- a/numpy/_pytesttester.pyi +++ b/numpy/_pytesttester.pyi @@ -1,5 +1,4 @@ -from typing import List, Iterable -from typing_extensions import Literal as L +from typing import List, Iterable, Literal as L __all__: List[str] |