Skip to content

Commit 6fd5534

Browse files
committed
Fix import
1 parent b50566d commit 6fd5534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)