diff options
Diffstat (limited to 'numpy/_pytesttester.pyi')
-rw-r--r-- | numpy/_pytesttester.pyi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/_pytesttester.pyi b/numpy/_pytesttester.pyi index 383f2616d..67ac87b33 100644 --- a/numpy/_pytesttester.pyi +++ b/numpy/_pytesttester.pyi @@ -1,4 +1,5 @@ -from typing import Iterable, Literal as L +from collections.abc import Iterable +from typing import Literal as L __all__: list[str] |