summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Troisi <sethtroisi@google.com>2020-01-29 00:31:31 -0800
committerSeth Troisi <sethtroisi@google.com>2020-01-29 00:31:31 -0800
commit134cc44aa6188cd152e3c7a96eeeea440d8e3f21 (patch)
tree8228a8631eb121685d7e8e6b16b59487c05557a1
parent29873a0e03bf931b6216cf07be37f900413cf763 (diff)
downloadnumpy-134cc44aa6188cd152e3c7a96eeeea440d8e3f21.tar.gz
MAINT: Cleanup duplicate line in refguide_check
-rw-r--r--tools/refguide_check.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py
index 33c50818b..5e52c350b 100644
--- a/tools/refguide_check.py
+++ b/tools/refguide_check.py
@@ -1200,8 +1200,6 @@ def main(argv):
sys.stderr.write('\n')
sys.stderr.flush()
- all_dict, deprecated, others = get_all_dict(module)
-
if args.rst:
base_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), '..')
rst_path = os.path.relpath(os.path.join(base_dir, args.rst))