From 7fc86e0c371d82b4a6e8d805bafde4d9be0bfd83 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Tue, 5 May 2026 18:43:10 +0100 Subject: [PATCH] Update type import syntax --- src/overlay/caching.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/overlay/caching.test.ts b/src/overlay/caching.test.ts index 18711fb46..3a2266a4a 100644 --- a/src/overlay/caching.test.ts +++ b/src/overlay/caching.test.ts @@ -7,7 +7,7 @@ import * as sinon from "sinon"; import * as actionsUtil from "../actions-util"; import * as apiClient from "../api-client"; -import { type ResolveDatabaseOutput } from "../codeql"; +import type { ResolveDatabaseOutput } from "../codeql"; import * as gitUtils from "../git-utils"; import { BuiltInLanguage } from "../languages"; import { getRunnerLogger } from "../logging";