diff options
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 |