From db72bcb0f86eb1339d604554fd4e012376d57f4b Mon Sep 17 00:00:00 2001 From: James Brunton Date: Tue, 9 Sep 2025 11:46:56 +0100 Subject: [PATCH] Fix linting --- frontend/src/hooks/tools/redact/useRedactOperation.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/hooks/tools/redact/useRedactOperation.test.ts b/frontend/src/hooks/tools/redact/useRedactOperation.test.ts index 5da2bb6ca..8ca6cc84d 100644 --- a/frontend/src/hooks/tools/redact/useRedactOperation.test.ts +++ b/frontend/src/hooks/tools/redact/useRedactOperation.test.ts @@ -2,7 +2,6 @@ import { describe, expect, test, vi, beforeEach } from 'vitest'; import { renderHook } from '@testing-library/react'; import { buildRedactFormData, redactOperationConfig, useRedactOperation } from './useRedactOperation'; import { defaultParameters, RedactParameters } from './useRedactParameters'; -import { ToolOperationHook } from '../shared/useToolOperation'; // Mock the useToolOperation hook vi.mock('../shared/useToolOperation', async () => {