diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-19 22:39:14 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-02-19 23:20:56 +0900 |
| commit | f7027049b1cc02797ee063ef63c6b353a1ce31ca (patch) | |
| tree | 4bf98a1ea0f84873593f638c84c27cfcdcd961e1 /tests/test_environment_indexentries.py | |
| parent | bce5fe76b5c846d95014bf795b550dd5d1a655f3 (diff) | |
| download | sphinx-git-f7027049b1cc02797ee063ef63c6b353a1ce31ca.tar.gz | |
Fix flake8 violations
Diffstat (limited to 'tests/test_environment_indexentries.py')
| -rw-r--r-- | tests/test_environment_indexentries.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_environment_indexentries.py b/tests/test_environment_indexentries.py index 03e4d9662..c3da93ef1 100644 --- a/tests/test_environment_indexentries.py +++ b/tests/test_environment_indexentries.py @@ -10,11 +10,12 @@ """ from collections import namedtuple -from sphinx import locale -from sphinx.environment.adapters.indexentries import IndexEntries import mock +from sphinx import locale +from sphinx.environment.adapters.indexentries import IndexEntries + Environment = namedtuple('Environment', 'indexentries') dummy_builder = mock.Mock() |
