From d88be5dd99c02d52b65f10bc75b095027c929253 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Thu, 13 Jul 2023 17:31:28 -0300 Subject: [PATCH] remove dead code --- src/frontend/src/utils.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index c5db58157..5fd11f3a6 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -240,10 +240,6 @@ export const nodeIconsLucide: { >, }; -export const taskTypeMap: { [key: string]: string } = { - MULTICLASS_CLASSIFICATION: "Multiclass Classification", -}; - const charWidths: { [char: string]: number } = { " ": 0.2, "!": 0.2,