From f4ee2a9d767cc2f3a2a2544f298bd48df278929d Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Fri, 20 Feb 2026 09:07:45 -0500 Subject: [PATCH] remove unused import --- src/utils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.test.ts b/src/utils.test.ts index 80166a0..d6b7ced 100644 --- a/src/utils.test.ts +++ b/src/utils.test.ts @@ -1,6 +1,6 @@ import * as core from "@actions/core"; import * as exec from "@actions/exec"; -import { read, setClientInfo } from "@1password/op-js"; +import { read } from "@1password/op-js"; import { createClient, Secrets } from "@1password/sdk"; import { OnePasswordConnect } from "@1password/connect"; import {