Skip to content

Commit 2124218

Browse files
committed
Remove unused imports
1 parent 906f37f commit 2124218

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/utils/license.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import type { CancellationToken, LogOutputChannel } from "vscode";
22

3-
import { readAuthToken } from "./authenticate.ts";
43
import { execLocalStack } from "./cli.ts";
5-
import type { Telemetry } from "./telemetry.ts";
64

75
const LICENSE_VALIDITY_MARKER = "license validity: valid";
86

src/utils/manage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { v7 as uuidv7, v4 as uuidv4 } from "uuid";
1+
import { v7 as uuidv7 } from "uuid";
22
import type { ExtensionContext, LogOutputChannel, MessageItem } from "vscode";
33
import { commands, env, Uri, window } from "vscode";
44

0 commit comments

Comments
 (0)