From 889f94773a11ef870ef5b14780c56394e5079e2b Mon Sep 17 00:00:00 2001 From: Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> Date: Tue, 8 Apr 2025 22:01:43 +0800 Subject: [PATCH] Remove unused import --- comfy/weight_adapter/lora.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy/weight_adapter/lora.py b/comfy/weight_adapter/lora.py index 89f56a45..b2e62392 100644 --- a/comfy/weight_adapter/lora.py +++ b/comfy/weight_adapter/lora.py @@ -1,5 +1,4 @@ import logging -from optparse import Option from typing import Optional import torch