From ab7fd5b5e6eb228e12e70be286a80aac99a9a764 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Tue, 21 Apr 2026 19:45:51 +0200 Subject: [PATCH] cleanup Signed-off-by: vladmandic --- modules/lora/lora_apply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lora/lora_apply.py b/modules/lora/lora_apply.py index a4aa18c70..43543a042 100644 --- a/modules/lora/lora_apply.py +++ b/modules/lora/lora_apply.py @@ -5,7 +5,7 @@ import time from typing import TYPE_CHECKING import torch from modules.lora import lora_common as l -from modules import shared, devices, errors, model_quant +from modules import shared, devices, errors from modules.logger import log if TYPE_CHECKING: