refactor: fix lint warnings

Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
This commit is contained in:
Yi-Ya Chen 2025-01-15 10:12:38 +08:00
parent 43b10b250e
commit 3565b44e3a
No known key found for this signature in database
GPG Key ID: 9A2E6FBD33F68EDE

View File

@ -1,5 +1,7 @@
import pickBy from 'lodash/pickBy';
import { CAPI, LONGHORN, POD, NODE, NORMAN } from '@shell/config/types';
import {
CAPI, LONGHORN, POD, NODE, NORMAN
} from '@shell/config/types';
import { CAPI as CAPI_ANNOTATIONS } from '@shell/config/labels-annotations.js';
import { HCI as HCI_ANNOTATIONS } from '@pkg/harvester/config/labels-annotations';
import { clone } from '@shell/utils/object';