From 63955404549a408f2dc2a088668c20d23e8152a5 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 13 Oct 2025 11:56:34 -0700 Subject: [PATCH] Fix: Remove duplicate export from model output --- tests/3_lis/outputs/anthropic_claude-sonnet-4.5 TEMP_0.4.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/3_lis/outputs/anthropic_claude-sonnet-4.5 TEMP_0.4.js b/tests/3_lis/outputs/anthropic_claude-sonnet-4.5 TEMP_0.4.js index bc92d5a..3dbf913 100644 --- a/tests/3_lis/outputs/anthropic_claude-sonnet-4.5 TEMP_0.4.js +++ b/tests/3_lis/outputs/anthropic_claude-sonnet-4.5 TEMP_0.4.js @@ -14,4 +14,3 @@ const findLISLength = async (arr) => { }; export default findLISLength; -export default findLISLength; \ No newline at end of file