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/overrides.py | |
parent | cb28cd17d01a6a867517a3b8b3ea4fbb0370be10 (diff) | |
download | numpy-1b77e996d801b0f89378ac528d71804f6ca303f9.tar.gz |
Removed two unused imports
Diffstat (limited to 'numpy/core/overrides.py')
-rw-r--r-- | numpy/core/overrides.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/overrides.py b/numpy/core/overrides.py index 663436a4c..450464f89 100644 --- a/numpy/core/overrides.py +++ b/numpy/core/overrides.py @@ -2,7 +2,6 @@ import collections import functools import os -import sys from numpy.core._multiarray_umath import ( add_docstring, implement_array_function, _get_implementing_args) |