mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-13 05:58:35 +03:00
feat: upgrade tooling, fix lints
This commit is contained in:
@@ -3,10 +3,10 @@ from typing import Dict, Generator
|
||||
import pytest
|
||||
from sqlalchemy.orm import Session
|
||||
from sqlalchemy_utils import create_database, database_exists, drop_database
|
||||
from app.shared.config import settings
|
||||
|
||||
from app.shared.db.base import SessionLocal, engine, get_session
|
||||
import app.shared.db.models as models
|
||||
from app.shared.config import settings
|
||||
from app.shared.db.base import SessionLocal, engine, get_session
|
||||
from app.web.main import app
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user