summaryrefslogtreecommitdiff
path: root/sphinx/writers
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-01 11:22:41 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-12-01 11:22:41 +0900
commit9d39b187c1ded8a167c2d6b236a20448477260a9 (patch)
tree7d4212120f60a26510e28215a64ff887c2fc7e2a /sphinx/writers
parent25f6eff6dff2b8b493403dcfb59bfd4c67126df5 (diff)
downloadsphinx-git-9d39b187c1ded8a167c2d6b236a20448477260a9.tar.gz
Fix flake8 violation
Diffstat (limited to 'sphinx/writers')
-rw-r--r--sphinx/writers/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py
index 326ef9f90..3c105467e 100644
--- a/sphinx/writers/text.py
+++ b/sphinx/writers/text.py
@@ -12,8 +12,8 @@ import os
import re
import textwrap
from itertools import groupby, chain
-from typing import Dict, List, Iterable, Optional, Set, Tuple, Union
from typing import cast
+from typing import Dict, List, Iterable, Optional, Set, Tuple, Union
from docutils import nodes, writers
from docutils.nodes import Element, Node, Text