mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 05:52:33 +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 os
|
||||||
import json
|
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
import tempfile
|
import tempfile
|
||||||
import requests
|
import requests
|
||||||
from typing import Dict, Any, Optional
|
from typing import Dict, Any
|
||||||
import runpod
|
import runpod
|
||||||
|
|
||||||
# Configure logging
|
# Configure logging
|
||||||
|
|||||||
@ -8,7 +8,6 @@ import sys
|
|||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
import time
|
import time
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
# Logging setup
|
# Logging setup
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user