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/githubpages.py | |
parent | af25fa123d2d2cf0ea8073b61120f5205f07deb8 (diff) | |
download | sphinx-git-9f5c676322200f0402a32873ba6cac6c6a0ff680.tar.gz |
Use flake8-import-order
Diffstat (limited to 'sphinx/ext/githubpages.py')
-rw-r--r-- | sphinx/ext/githubpages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/ext/githubpages.py b/sphinx/ext/githubpages.py index 7d673a72d..b267b1740 100644 --- a/sphinx/ext/githubpages.py +++ b/sphinx/ext/githubpages.py @@ -10,6 +10,7 @@ """ import os + import sphinx |