Skip to content

Commit 849ef37

Browse files
Potential fix for pull request finding 'Unused variable, import, function or class'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 1c46a34 commit 849ef37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/api/system-resource-management/resource-mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Result } from '@/request/Result'
2-
import { get, put, post, del } from '@/request/index'
2+
import { get } from '@/request/index'
33
import type { Ref } from 'vue'
44
import type { pageRequest } from '@/api/type/common'
55

0 commit comments

Comments
 (0)