diff options
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r-- | sphinx/util/compat.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index ae481de9b..7f332fda7 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.py @@ -1,12 +1,4 @@ -""" - sphinx.util.compat - ~~~~~~~~~~~~~~~~~~ - - modules for backward compatibility - - :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. - :license: BSD, see LICENSE for details. -""" +"""modules for backward compatibility""" import sys from typing import TYPE_CHECKING, Any, Dict |