Skip to content

Commit cf6c68d

Browse files
🎨 Auto format
1 parent cd39973 commit cf6c68d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/test_declaration_syntax.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from typing import Annotated
2+
13
from sqlmodel import Field, SQLModel
2-
from typing_extensions import Annotated
34

45

56
def test_declaration_syntax_1():

tests/test_main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
from typing import Optional
1+
from typing import Annotated, Optional
22

33
import pytest
44
from sqlalchemy import inspect
55
from sqlalchemy.engine.reflection import Inspector
66
from sqlalchemy.exc import IntegrityError
77
from sqlalchemy.orm import RelationshipProperty
88
from sqlmodel import Field, Relationship, Session, SQLModel, create_engine, select
9-
from typing_extensions import Annotated
109

1110
from .conftest import needs_pydanticv2
1211

0 commit comments

Comments
 (0)