summaryrefslogtreecommitdiff
path: root/sphinx/ext/githubpages.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-28 01:52:16 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-01-28 01:52:16 +0900
commit9f5c676322200f0402a32873ba6cac6c6a0ff680 (patch)
tree9989917ae2b81c254a4b649e67c952b47ce8cf2a /sphinx/ext/githubpages.py
parentaf25fa123d2d2cf0ea8073b61120f5205f07deb8 (diff)
downloadsphinx-git-9f5c676322200f0402a32873ba6cac6c6a0ff680.tar.gz
Use flake8-import-order
Diffstat (limited to 'sphinx/ext/githubpages.py')
-rw-r--r--sphinx/ext/githubpages.py1
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