Skip to content

Commit 5969d6f

Browse files
committed
Formatting imports.
1 parent 7ba624a commit 5969d6f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_doctools.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
# this package
1717
from domdf_python_tools import doctools
1818
from domdf_python_tools.doctools import (
19-
base_int_docstrings, base_new_docstrings, container_docstrings, operator_docstrings, prettify_docstrings
19+
base_int_docstrings,
20+
base_new_docstrings,
21+
container_docstrings,
22+
operator_docstrings,
23+
prettify_docstrings
2024
)
2125

2226
# TODO: test sphinxification of docstrings

0 commit comments

Comments
 (0)