fix isort
This commit is contained in:
@@ -39,6 +39,7 @@ def basic_sphinx_app(temp_dir, rootdir):
|
|||||||
|
|
||||||
# Custom cleanup to avoid missing_ok issue
|
# Custom cleanup to avoid missing_ok issue
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from sphinx.testing.util import _clean_up_global_state
|
from sphinx.testing.util import _clean_up_global_state
|
||||||
|
|
||||||
sys.path[:] = app._saved_path
|
sys.path[:] = app._saved_path
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ def test_custom_filename(temp_dir, rootdir):
|
|||||||
|
|
||||||
# Custom cleanup to avoid missing_ok issue
|
# Custom cleanup to avoid missing_ok issue
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from sphinx.testing.util import _clean_up_global_state
|
from sphinx.testing.util import _clean_up_global_state
|
||||||
|
|
||||||
sys.path[:] = app._saved_path
|
sys.path[:] = app._saved_path
|
||||||
|
|||||||
Reference in New Issue
Block a user