summaryrefslogtreecommitdiff
path: root/sphinx/testing/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/testing/path.py')
-rw-r--r--sphinx/testing/path.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/sphinx/testing/path.py b/sphinx/testing/path.py
index 4c3702e3d..efc5e8f63 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -2,7 +2,7 @@
sphinx.testing.path
~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -11,11 +11,10 @@ import os
import shutil
import sys
import warnings
-from typing import Any, Callable, IO, List
+from typing import IO, Any, Callable, List
from sphinx.deprecation import RemovedInSphinx50Warning
-
FILESYSTEMENCODING = sys.getfilesystemencoding() or sys.getdefaultencoding()