From 4e6dfc015e6b4fe1f71f979e6bee5644563d76a5 Mon Sep 17 00:00:00 2001 From: Shakker Date: Mon, 20 Apr 2026 04:02:47 +0100 Subject: [PATCH] chore: dedupe gateway chat client imports --- src/tui/gateway-chat.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tui/gateway-chat.ts b/src/tui/gateway-chat.ts index f3e95b03bbe..00cea9f728f 100644 --- a/src/tui/gateway-chat.ts +++ b/src/tui/gateway-chat.ts @@ -7,8 +7,7 @@ import { ensureExplicitGatewayAuth, resolveExplicitGatewayAuth, } from "../gateway/call.js"; -import { GatewayClient } from "../gateway/client.js"; -import { GatewayClientRequestError } from "../gateway/client.js"; +import { GatewayClient, GatewayClientRequestError } from "../gateway/client.js"; import { isLoopbackHost } from "../gateway/net.js"; import { GATEWAY_CLIENT_CAPS,