Skip to content

Commit e1fb4d5

Browse files
committed
fix imports formatting
1 parent fb508a3 commit e1fb4d5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/test_main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import pickle
2-
32
import sys
43

4+
from annotated_doc import Doc
5+
56
if sys.version_info >= (3, 9):
67
from typing import Annotated, get_type_hints
78
else:
89
from typing_extensions import Annotated, get_type_hints
910

10-
from annotated_doc import Doc
11-
1211

1312
def test_doc_basic() -> None:
1413
doc = Doc("This is a test documentation.")

0 commit comments

Comments
 (0)