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

@@ -322,7 +322,7 @@ def build_asset_specs(
mime_type = metadata.content_type if metadata else None
if mime_type is None:
print(f"[build_asset_specs] no mime_type for {abs_p} (metadata={metadata is not None})")
pass
specs.append(
{
"abs_path": abs_p,