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/pycompat.py | |
parent | 279e547860ea68e3c357f55e608afec682a1f961 (diff) | |
download | sphinx-git-b718aef7d876ca6a9e08fc225f8f2031845083a4.tar.gz |
Do isort
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r-- | sphinx/util/pycompat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py index 0c0ac12d6..b6eb32f69 100644 --- a/sphinx/util/pycompat.py +++ b/sphinx/util/pycompat.py @@ -13,7 +13,6 @@ from typing import Any, Callable from sphinx.deprecation import RemovedInSphinx60Warning - # ------------------------------------------------------------------------------ # Python 2/3 compatibility |