diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-18 15:11:25 +0100 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-11-24 17:03:42 +0100 |
commit | 7c361420b4f81713f593ebbb5c924121c1f2d19d (patch) | |
tree | 4fa5c173c3e4df5dfdb9b14b9b0988db0bc69e91 /numpy/core/records.py | |
parent | 72af24df557802015820714aaa3d105d53216431 (diff) | |
download | numpy-7c361420b4f81713f593ebbb5c924121c1f2d19d.tar.gz |
MAINT: Move set_module to numpy.core to use without C import
Diffstat (limited to 'numpy/core/records.py')
-rw-r--r-- | numpy/core/records.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/records.py b/numpy/core/records.py index c014bc97c..0fb49e8f7 100644 --- a/numpy/core/records.py +++ b/numpy/core/records.py @@ -37,10 +37,10 @@ import warnings from collections import Counter from contextlib import nullcontext +from .._utils import set_module from . import numeric as sb from . import numerictypes as nt from numpy.compat import os_fspath -from numpy.core.overrides import set_module from .arrayprint import _get_legacy_print_mode # All of the functions allow formats to be a dtype |