diff options
Diffstat (limited to 'sphinx/io.py')
-rw-r--r-- | sphinx/io.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/io.py b/sphinx/io.py index 6255dbc66..df5aff58d 100644 --- a/sphinx/io.py +++ b/sphinx/io.py @@ -8,8 +8,7 @@ :license: BSD, see LICENSE for details. """ import codecs -from typing import Any, List, Type -from typing import TYPE_CHECKING +from typing import TYPE_CHECKING, Any, List, Type from docutils import nodes from docutils.core import Publisher |