mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-14 15:32:35 +08:00
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:
parent
e054031606
commit
a5ed5febf3
@ -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
|
||||
|
||||
@ -8,7 +8,6 @@ import sys
|
||||
import logging
|
||||
import subprocess
|
||||
import time
|
||||
from pathlib import Path
|
||||
|
||||
# Logging setup
|
||||
logging.basicConfig(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user