fix isort

This commit is contained in:
Jared Dillard
2025-05-16 01:18:55 -07:00
parent 542fb2efb0
commit d496591903
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ def basic_sphinx_app(temp_dir, rootdir):
# Custom cleanup to avoid missing_ok issue
import sys
from sphinx.testing.util import _clean_up_global_state
sys.path[:] = app._saved_path
+1
View File
@@ -59,6 +59,7 @@ def test_custom_filename(temp_dir, rootdir):
# Custom cleanup to avoid missing_ok issue
import sys
from sphinx.testing.util import _clean_up_global_state
sys.path[:] = app._saved_path