Skip to content

Commit 4a4f4cd

Browse files
committed
minor change
Signed-off-by: Keval Mahajan <mahajankeval23@gmail.com>
1 parent d93ec16 commit 4a4f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcpgateway/toolops/toolops_altk_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from altk.build_time.test_case_generation_toolkit.src.toolops.generation.test_case_generation.test_case_generation import TestcaseGeneration
3434
from altk.build_time.test_case_generation_toolkit.src.toolops.generation.test_case_generation.test_case_generation_utils import prompt_execution
3535
from altk.build_time.test_case_generation_toolkit.src.toolops.utils import llm_util
36-
except ImportError as e:
36+
except ImportError:
3737
prompt_utils = None
3838
ToolOpsMCPCFToolEnrichment = None
3939
NlUtteranceGeneration = None

0 commit comments

Comments
 (0)