We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb508a3 commit e1fb4d5Copy full SHA for e1fb4d5
1 file changed
tests/test_main.py
@@ -1,14 +1,13 @@
1
import pickle
2
-
3
import sys
4
+from annotated_doc import Doc
5
+
6
if sys.version_info >= (3, 9):
7
from typing import Annotated, get_type_hints
8
else:
9
from typing_extensions import Annotated, get_type_hints
10
-from annotated_doc import Doc
11
12
13
def test_doc_basic() -> None:
14
doc = Doc("This is a test documentation.")
0 commit comments