From 134cc44aa6188cd152e3c7a96eeeea440d8e3f21 Mon Sep 17 00:00:00 2001 From: Seth Troisi Date: Wed, 29 Jan 2020 00:31:31 -0800 Subject: MAINT: Cleanup duplicate line in refguide_check --- tools/refguide_check.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/refguide_check.py') 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)) -- cgit v1.2.1