We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0af331 commit 48447d6Copy full SHA for 48447d6
1 file changed
tests/test_field_sa_column.py
@@ -1,9 +1,8 @@
1
-from typing import Optional
+from typing import Annotated, Optional
2
3
import pytest
4
from sqlalchemy import Column, Integer, String
5
from sqlmodel import Field, SQLModel
6
-from typing_extensions import Annotated
7
8
9
def test_sa_column_takes_precedence() -> None:
0 commit comments