From 0e0aa51656b496879cbf82de2bceb57b670e7cf0 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 30 Jul 2026 22:19:01 -0400 Subject: [PATCH] chore: drop the unused within import CI lint caught --- .../src/components/Chat/Input/__tests__/InFlightSteers.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Chat/Input/__tests__/InFlightSteers.test.tsx b/client/src/components/Chat/Input/__tests__/InFlightSteers.test.tsx index 811e9dce70..f13818d4a3 100644 --- a/client/src/components/Chat/Input/__tests__/InFlightSteers.test.tsx +++ b/client/src/components/Chat/Input/__tests__/InFlightSteers.test.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { RecoilRoot } from 'recoil'; import { getDefaultStore } from 'jotai'; -import { render, screen, within, fireEvent, act } from '@testing-library/react'; +import { render, screen, fireEvent, act } from '@testing-library/react'; import type { SteeringControls } from '~/hooks/Chat/useSteering'; import type { PendingSteer } from '~/store/families'; import { steerOverlayHeightFamily, escalatingSteerFamily } from '~/store/steer';