run trunk fixes

This commit is contained in:
Georges-Antoine Assi
2024-05-24 16:59:54 -04:00
parent b075e93321
commit 7635bbeac2
7 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
from decorators.database import begin_session
from models.firmware import Firmware
from sqlalchemy import update, delete, and_, select
from sqlalchemy import and_, delete, select, update
from sqlalchemy.orm import Session
from .base_handler import DBBaseHandler