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.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/testing/path.py b/sphinx/testing/path.py
index 4c3702e3d..a37839d60 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -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()