diff options
| author | postmalloc <git@srimukh.com> | 2022-06-26 22:58:44 +0200 |
|---|---|---|
| committer | postmalloc <git@srimukh.com> | 2022-06-26 22:58:44 +0200 |
| commit | 315ff1c03463a27f815d0d1000d974a44905ba0a (patch) | |
| tree | f8258ff0b4e257a1e62b5554392bd4db556df462 | |
| parent | e700cf96e0a155e0802d6a685820cf9e4e325779 (diff) | |
| download | numpy-315ff1c03463a27f815d0d1000d974a44905ba0a.tar.gz | |
remove unusued import
| -rw-r--r-- | numpy/core/tests/test_multiarray.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/tests/test_multiarray.py b/numpy/core/tests/test_multiarray.py index c91f2b96a..3aa2de10e 100644 --- a/numpy/core/tests/test_multiarray.py +++ b/numpy/core/tests/test_multiarray.py @@ -1,4 +1,3 @@ -from cgi import test import collections.abc import tempfile import sys |
