diff options
Diffstat (limited to 'tests/test_environment.py')
-rw-r--r-- | tests/test_environment.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_environment.py b/tests/test_environment.py index 73d0c3edc..bf90d42d7 100644 --- a/tests/test_environment.py +++ b/tests/test_environment.py @@ -9,11 +9,12 @@ """ import os import shutil + import pytest from sphinx.builders.html import StandaloneHTMLBuilder from sphinx.builders.latex import LaTeXBuilder -from sphinx.environment import CONFIG_OK, CONFIG_CHANGED, CONFIG_EXTENSIONS_CHANGED, CONFIG_NEW +from sphinx.environment import CONFIG_CHANGED, CONFIG_EXTENSIONS_CHANGED, CONFIG_NEW, CONFIG_OK from sphinx.testing.comparer import PathComparer |