diff options
author | Callum O'Riley <callumchristopheroriley@gmail.com> | 2022-07-14 17:52:56 -0700 |
---|---|---|
committer | Callum O'Riley <callumchristopheroriley@gmail.com> | 2022-07-14 17:52:56 -0700 |
commit | 1b77e996d801b0f89378ac528d71804f6ca303f9 (patch) | |
tree | 569da0686838cc0e5f2f758e698737b21e73d22b /numpy/core/setup_common.py | |
parent | cb28cd17d01a6a867517a3b8b3ea4fbb0370be10 (diff) | |
download | numpy-1b77e996d801b0f89378ac528d71804f6ca303f9.tar.gz |
Removed two unused imports
Diffstat (limited to 'numpy/core/setup_common.py')
-rw-r--r-- | numpy/core/setup_common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/setup_common.py b/numpy/core/setup_common.py index 27281fd34..a751acc6f 100644 --- a/numpy/core/setup_common.py +++ b/numpy/core/setup_common.py @@ -3,7 +3,6 @@ import copy import pathlib import sys import textwrap -import warnings from numpy.distutils.misc_util import mingw32 |