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/theming.py | |
parent | 279e547860ea68e3c357f55e608afec682a1f961 (diff) | |
download | sphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz |
Do isort
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r-- | sphinx/theming.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py index c05d87407..0ac3613cc 100644 --- a/sphinx/theming.py +++ b/sphinx/theming.py @@ -13,8 +13,7 @@ import os import shutil import tempfile from os import path -from typing import Any, Dict, List -from typing import TYPE_CHECKING +from typing import TYPE_CHECKING, Any, Dict, List from zipfile import ZipFile import pkg_resources |