diff options
author | Seth Troisi <sethtroisi@google.com> | 2020-01-29 00:31:31 -0800 |
---|---|---|
committer | Seth Troisi <sethtroisi@google.com> | 2020-01-29 00:31:31 -0800 |
commit | 134cc44aa6188cd152e3c7a96eeeea440d8e3f21 (patch) | |
tree | 8228a8631eb121685d7e8e6b16b59487c05557a1 | |
parent | 29873a0e03bf931b6216cf07be37f900413cf763 (diff) | |
download | numpy-134cc44aa6188cd152e3c7a96eeeea440d8e3f21.tar.gz |
MAINT: Cleanup duplicate line in refguide_check
-rw-r--r-- | tools/refguide_check.py | 2 |
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)) |