diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:55:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-11-12 02:57:35 +0900 |
commit | d7783b97ccabcc7b4d870d531f58f5c5bd060813 (patch) | |
tree | fc77c0d341e6961824232946b506e75b447fb9d9 /sphinx/util/pycompat.py | |
parent | b718aef7d876ca6a9e08fc225f8f2031845083a4 (diff) | |
download | sphinx-git-d7783b97ccabcc7b4d870d531f58f5c5bd060813.tar.gz |
Fix flake8 violation
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r-- | sphinx/util/pycompat.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py index b6eb32f69..5ffebd715 100644 --- a/sphinx/util/pycompat.py +++ b/sphinx/util/pycompat.py @@ -16,6 +16,7 @@ from sphinx.deprecation import RemovedInSphinx60Warning # ------------------------------------------------------------------------------ # Python 2/3 compatibility + # convert_with_2to3(): # support for running 2to3 over config files def convert_with_2to3(filepath: str) -> str: |