mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-16 16:43:36 +00:00
Satisfy ruff linting
This commit is contained in:
parent
5080105c23
commit
6dca17bd2d
@ -30,7 +30,6 @@ import gc
|
||||
from typing import TYPE_CHECKING
|
||||
if TYPE_CHECKING:
|
||||
from comfy.model_patcher import ModelPatcher
|
||||
from comfy.model_base import BaseModel
|
||||
|
||||
class VRAMState(Enum):
|
||||
DISABLED = 0 #No vram present: no need to move models to vram
|
||||
|
@ -1,5 +1,4 @@
|
||||
from __future__ import annotations
|
||||
import logging
|
||||
from inspect import cleandoc
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
Loading…
Reference in New Issue
Block a user