mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-06 05:40:00 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user