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/make_mode.py | |
parent | af25fa123d2d2cf0ea8073b61120f5205f07deb8 (diff) | |
download | sphinx-git-9f5c676322200f0402a32873ba6cac6c6a0ff680.tar.gz |
Use flake8-import-order
Diffstat (limited to 'sphinx/make_mode.py')
-rw-r--r-- | sphinx/make_mode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/make_mode.py b/sphinx/make_mode.py index 4b325160f..78df06107 100644 --- a/sphinx/make_mode.py +++ b/sphinx/make_mode.py @@ -17,8 +17,8 @@ from __future__ import print_function import os -import sys import subprocess +import sys from os import path import sphinx |