From bc0f89074f85244680ff4c080d70b868a007c3cd Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 2 May 2026 10:15:40 -0700 Subject: [PATCH] fix(plugins): clean clawhub metadata import --- src/plugins/clawhub.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/clawhub.ts b/src/plugins/clawhub.ts index 637ebc93aa8..52ab4cedd61 100644 --- a/src/plugins/clawhub.ts +++ b/src/plugins/clawhub.ts @@ -21,11 +21,9 @@ import { resolveLatestVersionFromPackage, satisfiesGatewayMinimum, satisfiesPluginApiRange, - type ClawHubPackageChannel, type ClawHubPackageArtifactSummary, type ClawHubPackageCompatibility, type ClawHubPackageDetail, - type ClawHubPackageFamily, type ClawHubPackageClawPackSummary, type ClawHubPackageVersion, } from "../infra/clawhub.js";