Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Feb 21, 2025
1 parent 01fe86b commit 795085d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions refact-agent/gui/src/hooks/useCapsForToolUse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { selectThreadToolUse } from "../features/Chat/Thread/selectors";
import {
useAppSelector,
useGetCapsQuery,
useGetUser,
useAgentUsage,
useAppDispatch,
} from ".";
Expand All @@ -23,7 +22,6 @@ export function useCapsForToolUse() {
const caps = useGetCapsQuery();
const toolUse = useAppSelector(selectThreadToolUse);
const usage = useAgentUsage();
const user = useGetUser();
const dispatch = useAppDispatch();

const defaultCap = caps.data?.code_chat_default_model ?? "";
Expand Down

0 comments on commit 795085d

Please sign in to comment.