mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
typing corrections in test file
This commit is contained in:
parent
b20d8145f3
commit
dd255a0de6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from fastapi.testclient import TestClient
|
||||||
from sqlalchemy import select
|
from sqlalchemy import select
|
||||||
from sqlalchemy.orm import Session
|
from sqlalchemy.orm import Session
|
||||||
|
|
||||||
from backend.app.db.connection import get_session, db_session as db_session_dependency
|
from backend.app.db.connection import get_session
|
||||||
from backend.app.dependencies import validate_token
|
from backend.app.dependencies import validate_token
|
||||||
from backend.app.db.models.tasks import SourceEnum, Task
|
from backend.app.db.models.tasks import SourceEnum, Task
|
||||||
from backend.app.tasks.router import router
|
from backend.app.tasks.router import router
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue