From 4f5fd5b8889ab12cfa32cc9eeb529788d22dd102 Mon Sep 17 00:00:00 2001 From: Bahadir Ciloglu Date: Sat, 1 Nov 2025 16:06:28 +0300 Subject: [PATCH] Add final newline to fix last linting issue --- ComfyUI-master/runpod_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComfyUI-master/runpod_handler.py b/ComfyUI-master/runpod_handler.py index 1dbee56bf..aa4f45a0a 100644 --- a/ComfyUI-master/runpod_handler.py +++ b/ComfyUI-master/runpod_handler.py @@ -263,4 +263,4 @@ def handler(job: Dict[str, Any]) -> Dict[str, Any]: if __name__ == "__main__": # Start the serverless worker - runpod.serverless.start({"handler": handler}) \ No newline at end of file + runpod.serverless.start({"handler": handler})