From 1421a159dd9f22d11fb02b12001e8db75b612cae Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Sat, 7 Feb 2026 19:01:09 -0500 Subject: [PATCH] fix: remove unused import flagged by ESLint in PolarisSettings test Co-Authored-By: Claude Sonnet 4.5 --- src/components/PolarisSettings.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/PolarisSettings.test.tsx b/src/components/PolarisSettings.test.tsx index 1fd4203..23e988d 100644 --- a/src/components/PolarisSettings.test.tsx +++ b/src/components/PolarisSettings.test.tsx @@ -27,7 +27,6 @@ vi.mock('@kinvolk/headlamp-plugin/lib/CommonComponents', () => ({ ), })); -import { setRefreshInterval } from '../api/polaris'; import PolarisSettings from './PolarisSettings'; describe('PolarisSettings', () => {