Skip to content

Commit 795085d

Browse files
committed
fix: remove unused imports
1 parent 01fe86b commit 795085d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

refact-agent/gui/src/hooks/useCapsForToolUse.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { selectThreadToolUse } from "../features/Chat/Thread/selectors";
33
import {
44
useAppSelector,
55
useGetCapsQuery,
6-
useGetUser,
76
useAgentUsage,
87
useAppDispatch,
98
} from ".";
@@ -23,7 +22,6 @@ export function useCapsForToolUse() {
2322
const caps = useGetCapsQuery();
2423
const toolUse = useAppSelector(selectThreadToolUse);
2524
const usage = useAgentUsage();
26-
const user = useGetUser();
2725
const dispatch = useAppDispatch();
2826

2927
const defaultCap = caps.data?.code_chat_default_model ?? "";

0 commit comments

Comments
 (0)