summaryrefslogtreecommitdiff
path: root/sphinx/config.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:50:43 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-11-12 02:50:43 +0900
commit279e547860ea68e3c357f55e608afec682a1f961 (patch)
treedc08e85ab0210538e30b5b801bf9d80ab49bfb3f /sphinx/config.py
parent859b5fcea71f8d4f46e0ef3726e68df54bfbc3b7 (diff)
parent64fb1e56242d93ee0e8c317ab9e7643242b99658 (diff)
downloadsphinx-git-279e547860ea68e3c357f55e608afec682a1f961.tar.gz
Merge branch '3.x'
Diffstat (limited to 'sphinx/config.py')
-rw-r--r--sphinx/config.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/sphinx/config.py b/sphinx/config.py
index a6d070e3f..584d4c3c4 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -12,11 +12,9 @@ import re
import traceback
import types
from collections import OrderedDict
-from os import path, getenv
-from typing import (
- Any, Callable, Dict, Generator, Iterator, List, NamedTuple, Set, Tuple, Union
-)
-from typing import TYPE_CHECKING
+from os import getenv, path
+from typing import (TYPE_CHECKING, Any, Callable, Dict, Generator, Iterator, List, NamedTuple,
+ Set, Tuple, Union)
from sphinx.errors import ConfigError, ExtensionError
from sphinx.locale import _, __