summaryrefslogtreecommitdiff
path: root/tests/test_environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_environment.py')
-rw-r--r--tests/test_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_environment.py b/tests/test_environment.py
index 6f9ffec08..11364e89f 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -10,9 +10,9 @@
"""
import pytest
-from sphinx.testing.util import SphinxTestApp, path
from sphinx.builders.html import StandaloneHTMLBuilder
from sphinx.builders.latex import LaTeXBuilder
+from sphinx.testing.util import SphinxTestApp, path
app = env = None