diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-06-12 00:00:52 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-06-12 00:02:11 +0900 |
commit | 80921b2ab8dce62a4bbcea6c616a49516e5adddd (patch) | |
tree | 47ea5670231b9e5fbeee0b23469ffffaa6514773 /tests/test_ext_githubpages.py | |
parent | 2483122c2f716bef05eeb32c4a4b857e3e44d333 (diff) | |
download | sphinx-git-80921b2ab8dce62a4bbcea6c616a49516e5adddd.tar.gz |
Fix flake8 violation under tests/
Diffstat (limited to 'tests/test_ext_githubpages.py')
-rw-r--r-- | tests/test_ext_githubpages.py | 2 |
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 |