diff options
| author | DWesl <22566757+DWesl@users.noreply.github.com> | 2023-01-27 21:28:55 -0500 |
|---|---|---|
| committer | DWesl <22566757+DWesl@users.noreply.github.com> | 2023-01-27 21:28:55 -0500 |
| commit | dbeaf074e310e9a3657cac52fc3b5d90598a435b (patch) | |
| tree | 8cb07ed08d7fdb5ba9fdeabc8f48c6a08c18acd6 /numpy/f2py/tests/util.py | |
| parent | 015ecf60a0402074c37821f8019f10fce78143ba (diff) | |
| download | numpy-dbeaf074e310e9a3657cac52fc3b5d90598a435b.tar.gz | |
Revert "FIX: Add glob import for test module rebase."
This reverts commit 33709afdbbc47b7adb7dd06a730246d8c02f724f.
Diffstat (limited to 'numpy/f2py/tests/util.py')
| -rw-r--r-- | numpy/f2py/tests/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/f2py/tests/util.py b/numpy/f2py/tests/util.py index 94029d51d..1534c4e7d 100644 --- a/numpy/f2py/tests/util.py +++ b/numpy/f2py/tests/util.py @@ -14,7 +14,6 @@ import shutil import atexit import textwrap import re -import glob import pytest import contextlib import numpy |
