From 07bf33fbf5be8143aab037dc65aba3086f8badf6 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Wed, 5 Feb 2020 08:21:51 +1300 Subject: MAINT: cleanup unused imports; avoid redefinition of imports * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811) --- doc/postprocess.py | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/postprocess.py') diff --git a/doc/postprocess.py b/doc/postprocess.py index e4cbecf7b..c7fbcc6e7 100755 --- a/doc/postprocess.py +++ b/doc/postprocess.py @@ -6,7 +6,6 @@ Post-processes HTML and Latex files output by Sphinx. MODE is either 'html' or 'tex'. """ -import re import optparse import io -- cgit v1.2.1