Fix all Python linting issues

- Remove all whitespace from blank lines
- Remove trailing whitespace
- Add missing newlines at end of files
- Remove unused imports
- Clean up formatting in start_runpod.py and runpod_handler.py
This commit is contained in:
Bahadir Ciloglu 2025-11-01 16:26:38 +03:00
parent e054031606
commit a5ed5febf3
2 changed files with 74 additions and 76 deletions

View File

@ -5,12 +5,11 @@ Optimized for the new ComfyUI features and performance improvements
"""
import os
import json
import time
import logging
import tempfile
import requests
from typing import Dict, Any, Optional
from typing import Dict, Any
import runpod
# Configure logging

View File

@ -8,7 +8,6 @@ import sys
import logging
import subprocess
import time
from pathlib import Path
# Logging setup
logging.basicConfig(