summaryrefslogtreecommitdiff
path: root/numpy/testing
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/testing')
-rw-r--r--numpy/testing/_private/utils.pyi6
1 files changed, 2 insertions, 4 deletions
diff --git a/numpy/testing/_private/utils.pyi b/numpy/testing/_private/utils.pyi
index ab3e6f805..8117f18ae 100644
--- a/numpy/testing/_private/utils.pyi
+++ b/numpy/testing/_private/utils.pyi
@@ -5,17 +5,15 @@ import types
import warnings
import unittest
import contextlib
+from re import Pattern
+from collections.abc import Callable, Iterable, Sequence
from typing import (
Literal as L,
Any,
AnyStr,
- Callable,
ClassVar,
- Iterable,
NoReturn,
overload,
- Pattern,
- Sequence,
type_check_only,
TypeVar,
Union,