Fix ruff linting issues

- Remove debug print statements
- Remove trailing whitespace on blank lines
- Remove unused pytest import

Amp-Thread-ID: https://ampcode.com/threads/T-019c3a8d-3b4f-75b4-8513-1c77914782f7
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Luke Mino-Altherr
2026-02-10 13:01:25 -08:00
parent c5e788e610
commit 4e1c1d8bdb
4 changed files with 5 additions and 9 deletions

View File

@@ -2,7 +2,6 @@
from pathlib import Path
import pytest
from sqlalchemy.orm import Session
from app.assets.database.models import Asset