Skip to content

Commit 6fd5534

Browse files
committed
Fix import
1 parent b50566d commit 6fd5534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_declaration_syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Annotated
1+
from typing_extensions import Annotated
22

33
from sqlmodel import Field, SQLModel
44

0 commit comments

Comments
 (0)