diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:52:50 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:52:50 +0900 |
commit | b718aef7d876ca6a9e08fc225f8f2031845083a4 (patch) | |
tree | b0c4f00188bd472961beacdca24db0ca5b54ed24 /sphinx/util/fileutil.py | |
parent | 279e547860ea68e3c357f55e608afec682a1f961 (diff) | |
download | sphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz |
Do isort
Diffstat (limited to 'sphinx/util/fileutil.py')
-rw-r--r-- | sphinx/util/fileutil.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/util/fileutil.py b/sphinx/util/fileutil.py index 2f878a578..8801eb913 100644 --- a/sphinx/util/fileutil.py +++ b/sphinx/util/fileutil.py @@ -10,8 +10,7 @@ import os import posixpath -from typing import Callable, Dict -from typing import TYPE_CHECKING +from typing import TYPE_CHECKING, Callable, Dict from docutils.utils import relative_path |