Skip to content

Commit 818895a

Browse files
committed
Placate isort
1 parent 42a6546 commit 818895a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_build_html.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
from html5lib import HTMLParser
1212

1313
import sphinx.builders.html
14-
from sphinx.builders.html import (
15-
validate_html_extra_path,
16-
validate_html_static_path,
17-
)
14+
from sphinx.builders.html import validate_html_extra_path, validate_html_static_path
1815
from sphinx.builders.html._assets import _file_checksum
1916
from sphinx.errors import ConfigError, ThemeError
2017
from sphinx.testing.util import strip_escseq

0 commit comments

Comments
 (0)