Skip to content

Commit 7fc86e0

Browse files
committed
Update type import syntax
1 parent 5997e25 commit 7fc86e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overlay/caching.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as sinon from "sinon";
77

88
import * as actionsUtil from "../actions-util";
99
import * as apiClient from "../api-client";
10-
import { type ResolveDatabaseOutput } from "../codeql";
10+
import type { ResolveDatabaseOutput } from "../codeql";
1111
import * as gitUtils from "../git-utils";
1212
import { BuiltInLanguage } from "../languages";
1313
import { getRunnerLogger } from "../logging";

0 commit comments

Comments
 (0)