mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 23:12:35 +08:00
Remove unused imports and add trailing newline - fix final linting issues
This commit is contained in:
parent
236a174b18
commit
5c167f54b0
@ -5,14 +5,12 @@ 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
|
||||||
import subprocess
|
import subprocess
|
||||||
import threading
|
from typing import Dict, Any
|
||||||
from typing import Dict, Any, Optional
|
|
||||||
import runpod
|
import runpod
|
||||||
|
|
||||||
# Configure logging
|
# Configure logging
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user