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/builders/gettext.py | |
parent | 279e547860ea68e3c357f55e608afec682a1f961 (diff) | |
download | sphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz |
Do isort
Diffstat (limited to 'sphinx/builders/gettext.py')
-rw-r--r-- | sphinx/builders/gettext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builders/gettext.py b/sphinx/builders/gettext.py index a5ba822db..439c8512d 100644 --- a/sphinx/builders/gettext.py +++ b/sphinx/builders/gettext.py @@ -13,7 +13,7 @@ from collections import OrderedDict, defaultdict from datetime import datetime, timedelta, tzinfo from os import getenv, path, walk from time import time -from typing import Any, DefaultDict, Dict, Iterable, Generator, List, Set, Tuple, Union +from typing import Any, DefaultDict, Dict, Generator, Iterable, List, Set, Tuple, Union from uuid import uuid4 from docutils import nodes |