We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0846a98 commit 3d76afdCopy full SHA for 3d76afd
1 file changed
tests/test_docs.py
@@ -6,7 +6,7 @@
6
"""
7
8
import doctest
9
-from doctest import ELLIPSIS, NORMALIZE_WHITESPACE, IGNORE_EXCEPTION_DETAIL
+from doctest import ELLIPSIS, IGNORE_EXCEPTION_DETAIL, NORMALIZE_WHITESPACE
10
import math
11
from pathlib import Path
12
0 commit comments