moved models to db pkg

This commit is contained in:
John Lancaster
2026-07-30 21:10:13 -05:00
parent 1cc2f319d5
commit 3d6daec561
18 changed files with 53 additions and 61 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from uuid import uuid4
import pytest
from transcription.models import JobStatus
from transcription.db.models import JobStatus
@pytest.mark.integration