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/builders/htmlhelp.py | |
parent | af25fa123d2d2cf0ea8073b61120f5205f07deb8 (diff) | |
download | sphinx-git-9f5c676322200f0402a32873ba6cac6c6a0ff680.tar.gz |
Use flake8-import-order
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
-rw-r--r-- | sphinx/builders/htmlhelp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 63fba05f3..ac32a42db 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -11,8 +11,8 @@ """ from __future__ import print_function -import os import codecs +import os from os import path from docutils import nodes |