From f3364d56dbe343aca0e351c81bf0bec2cae5e4e2 Mon Sep 17 00:00:00 2001 From: Romazes Date: Sat, 21 Sep 2024 00:45:38 +0300 Subject: [PATCH] remove: not used import --- lean/models/json_module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lean/models/json_module.py b/lean/models/json_module.py index 600bbe1e..a9160b29 100644 --- a/lean/models/json_module.py +++ b/lean/models/json_module.py @@ -21,7 +21,6 @@ from lean.components.util.logger import Logger from lean.constants import MODULE_TYPE, MODULE_PLATFORM, MODULE_CLI_PLATFORM from lean.container import container -from lean.models.logger import Option from lean.models.configuration import BrokerageEnvConfiguration, Configuration, InternalInputUserInput, \ PathParameterUserInput, AuthConfiguration from copy import copy