Skip to content

Commit 74b5cf7

Browse files
committed
remove empty line
1 parent 1fef4a0 commit 74b5cf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

toolium/utils/ai_utils/accuracy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def scenario_run_with_accuracy(context, scenario_run, scenario, *args, **kwargs)
110110
print(f"ACCURACY SCENARIO {status}: execution {execution+1}/{executions}")
111111
context.logger.info(f"Accuracy scenario execution {status} ({execution+1}/{executions})")
112112

113-
114113
if executions == skipped_executions:
115114
run_response = False # Run method returns true only when failed
116115
context.logger.info("All accuracy scenario executions are skipped")

0 commit comments

Comments
 (0)