diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:52:50 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:52:50 +0900 |
commit | b718aef7d876ca6a9e08fc225f8f2031845083a4 (patch) | |
tree | b0c4f00188bd472961beacdca24db0ca5b54ed24 /sphinx/ext/autodoc/directive.py | |
parent | 279e547860ea68e3c357f55e608afec682a1f961 (diff) | |
download | sphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz |
Do isort
Diffstat (limited to 'sphinx/ext/autodoc/directive.py')
-rw-r--r-- | sphinx/ext/autodoc/directive.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/ext/autodoc/directive.py b/sphinx/ext/autodoc/directive.py index 5543059cb..604a9d51d 100644 --- a/sphinx/ext/autodoc/directive.py +++ b/sphinx/ext/autodoc/directive.py @@ -21,7 +21,6 @@ from sphinx.util import logging from sphinx.util.docutils import SphinxDirective, switch_source_input from sphinx.util.nodes import nested_parse_with_titles - logger = logging.getLogger(__name__) |