summaryrefslogtreecommitdiff
path: root/numpy/core/_ufunc_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/_ufunc_config.py')
-rw-r--r--numpy/core/_ufunc_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_ufunc_config.py b/numpy/core/_ufunc_config.py
index 5aac7ab09..df8213095 100644
--- a/numpy/core/_ufunc_config.py
+++ b/numpy/core/_ufunc_config.py
@@ -7,7 +7,7 @@ import collections.abc
import contextlib
import contextvars
-from .overrides import set_module
+from .._utils import set_module
from .umath import (
UFUNC_BUFSIZE_DEFAULT,
ERR_IGNORE, ERR_WARN, ERR_RAISE, ERR_CALL, ERR_PRINT, ERR_LOG, ERR_DEFAULT,