summaryrefslogtreecommitdiff
path: root/tests/test_setup_command.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-19 22:39:14 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-19 23:20:56 +0900
commitf7027049b1cc02797ee063ef63c6b353a1ce31ca (patch)
tree4bf98a1ea0f84873593f638c84c27cfcdcd961e1 /tests/test_setup_command.py
parentbce5fe76b5c846d95014bf795b550dd5d1a655f3 (diff)
downloadsphinx-git-f7027049b1cc02797ee063ef63c6b353a1ce31ca.tar.gz
Fix flake8 violations
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r--tests/test_setup_command.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index e1f976b8a..facb8879d 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -10,15 +10,15 @@
"""
import os
-import sys
import subprocess
+import sys
from collections import namedtuple
-import sphinx
+from textwrap import dedent
import pytest
+import sphinx
from sphinx.util.osutil import cd
-from textwrap import dedent
@pytest.fixture