diff options
Diffstat (limited to 'sphinx/io.py')
-rw-r--r-- | sphinx/io.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sphinx/io.py b/sphinx/io.py index 5c0acb158..3d4be299f 100644 --- a/sphinx/io.py +++ b/sphinx/io.py @@ -1,7 +1,4 @@ """Input/Output files - -:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS. -:license: BSD, see LICENSE for details. """ import codecs from typing import TYPE_CHECKING, Any, List, Type |