diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-28 01:52:16 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-01-28 01:52:16 +0900 |
commit | 9f5c676322200f0402a32873ba6cac6c6a0ff680 (patch) | |
tree | 9989917ae2b81c254a4b649e67c952b47ce8cf2a /sphinx/ext/linkcode.py | |
parent | af25fa123d2d2cf0ea8073b61120f5205f07deb8 (diff) | |
download | sphinx-git-9f5c676322200f0402a32873ba6cac6c6a0ff680.tar.gz |
Use flake8-import-order
Diffstat (limited to 'sphinx/ext/linkcode.py')
-rw-r--r-- | sphinx/ext/linkcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/ext/linkcode.py b/sphinx/ext/linkcode.py index a42dab528..af45f32fa 100644 --- a/sphinx/ext/linkcode.py +++ b/sphinx/ext/linkcode.py @@ -13,8 +13,8 @@ from docutils import nodes import sphinx from sphinx import addnodes -from sphinx.locale import _ from sphinx.errors import SphinxError +from sphinx.locale import _ if False: # For type annotation |