From 3be6735ca2a0fd69338e7896c467d26ac856f32b Mon Sep 17 00:00:00 2001 From: Rattus Date: Sat, 14 Mar 2026 03:26:44 +1000 Subject: [PATCH] ruff --- comfy/memory_management.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy/memory_management.py b/comfy/memory_management.py index 34d55943c..563224098 100644 --- a/comfy/memory_management.py +++ b/comfy/memory_management.py @@ -4,7 +4,6 @@ import threading import dataclasses import torch from typing import NamedTuple -import logging from comfy.quant_ops import QuantizedTensor