summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-03-18 14:48:57 -0500
committerGitHub <noreply@github.com>2020-03-18 14:48:57 -0500
commit5134132ae9cc9c3fba1d5420353277cf3d96eb90 (patch)
treef2ac587bc046e66097038ada8917ec49ad09728a /numpy/lib/utils.py
parentcdbc935201f3c322a312e8ae8b78d044cbe27bf4 (diff)
parent6846925b31c752b97d7de0b2a76308e22b6264d5 (diff)
downloadnumpy-5134132ae9cc9c3fba1d5420353277cf3d96eb90.tar.gz
Merge pull request #15774 from eric-wieser/remove-f2py-global
MAINT: remove useless `global` statements
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r--numpy/lib/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py
index f81b4e6e4..f233c7240 100644
--- a/numpy/lib/utils.py
+++ b/numpy/lib/utils.py
@@ -832,7 +832,6 @@ def _lookfor_generate_cache(module, import_modules, regenerate):
or newly generated.
"""
- global _lookfor_caches
# Local import to speed up numpy's import time.
import inspect