Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Jun 12, 2024
1 parent d6d680b commit f9f3436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/bs/BuildServerController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
workspace,
} from "vscode";
import { GradleBuildLinkProvider } from "./GradleBuildLinkProvider";
import { sendError, sendInfo } from "vscode-extension-telemetry-wrapper";
import { sendInfo } from "vscode-extension-telemetry-wrapper";
import { OpenBuildOutputValue, getOpenBuildOutput } from "../util/config";
import * as path from "path";
import * as fse from "fs-extra";
Expand Down

0 comments on commit f9f3436

Please sign in to comment.