summaryrefslogtreecommitdiff
path: root/tests/test_ext_githubpages.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-06-12 00:00:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-06-12 00:02:11 +0900
commit80921b2ab8dce62a4bbcea6c616a49516e5adddd (patch)
tree47ea5670231b9e5fbeee0b23469ffffaa6514773 /tests/test_ext_githubpages.py
parent2483122c2f716bef05eeb32c4a4b857e3e44d333 (diff)
downloadsphinx-git-80921b2ab8dce62a4bbcea6c616a49516e5adddd.tar.gz
Fix flake8 violation under tests/
Diffstat (limited to 'tests/test_ext_githubpages.py')
-rw-r--r--tests/test_ext_githubpages.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_ext_githubpages.py b/tests/test_ext_githubpages.py
index 65276df7a..f74ed5315 100644
--- a/tests/test_ext_githubpages.py
+++ b/tests/test_ext_githubpages.py
@@ -9,8 +9,6 @@
:license: BSD, see LICENSE for details.
"""
-import re
-
from util import with_app