🔀 chore(test_database.py): update import statement for Session from sqlalchemy.orm to sqlmodel to match the library being used
This commit is contained in:
parent
81816baada
commit
fc93e4ced0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import json
|
|||
import pytest
|
||||
|
||||
from uuid import UUID, uuid4
|
||||
from sqlalchemy.orm import Session
|
||||
from sqlmodel import Session
|
||||
|
||||
from fastapi.testclient import TestClient
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue