From 4a9dd58a1a569d062c01dad68bb2268def566274 Mon Sep 17 00:00:00 2001 From: thot-experiment Date: Fri, 9 May 2025 16:01:26 -0700 Subject: [PATCH] fix ruff --- comfy_extras/nodes_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_audio.py b/comfy_extras/nodes_audio.py index e7258b4d0..49af1eae4 100644 --- a/comfy_extras/nodes_audio.py +++ b/comfy_extras/nodes_audio.py @@ -342,4 +342,4 @@ NODE_DISPLAY_NAME_MAPPINGS = { "SaveAudio": "Save Audio (FLAC)", "SaveAudioMP3": "Save Audio (MP3)", "SaveAudioOpus": "Save Audio (Opus)", -} \ No newline at end of file +}