From 68b72acb717249059bad54360794a521c8519e8d Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 24 Feb 2025 15:06:12 +0000 Subject: [PATCH] Fix lint. --- packages/server/src/automations/tests/branching.spec.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/server/src/automations/tests/branching.spec.ts b/packages/server/src/automations/tests/branching.spec.ts index 70aa4cbaa7..4572871c44 100644 --- a/packages/server/src/automations/tests/branching.spec.ts +++ b/packages/server/src/automations/tests/branching.spec.ts @@ -1,10 +1,5 @@ import * as automation from "../index" -import { - Table, - AutomationStatus, - AutomationStepStatus, - EmptyFilterOption, -} from "@budibase/types" +import { Table, AutomationStatus, EmptyFilterOption } from "@budibase/types" import { createAutomationBuilder } from "./utilities/AutomationTestBuilder" import TestConfiguration from "../../tests/utilities/TestConfiguration"