Fix flake8 violation

This commit is contained in:
Takeshi KOMIYA 2019-12-22 20:16:20 +09:00
parent 384650d138
commit d82e7c12a1

View File

@ -14,7 +14,7 @@ import warnings
from collections import defaultdict
from copy import copy
from os import path
from typing import Any, Callable, Dict, Generator, IO, Iterator, List, Set, Tuple, Union
from typing import Any, Callable, Dict, Generator, Iterator, List, Set, Tuple, Union
from typing import cast
from docutils import nodes