fixing tests

This commit is contained in:
evilchili
2022-12-17 12:43:57 -08:00
parent 5ff2c39542
commit 9eb5f009e6
4 changed files with 16 additions and 15 deletions
-3
View File
@@ -14,9 +14,6 @@ from sqlalchemy.orm.session import Session
from sqlalchemy.engine.row import Row
from sqlalchemy.exc import NoResultFound, MultipleResultsFound
from rich.table import Table, Column
from rich import box
from yaml.scanner import ScannerError