Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 48418e2

Browse files
elektronikworkshopadiazulay
authored andcommitted
Removed unused import
1 parent 5daa2b1 commit 48418e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/arduino/arduinoContentProvider.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import * as Constants from "../common/constants";
1010
import * as JSONHelper from "../common/cycle";
1111
import * as Logger from "../logger/logger";
1212
import LocalWebServer from "./localWebServer";
13-
import { VscodeSettings } from "./vscodeSettings";
1413

1514
export class ArduinoContentProvider implements vscode.TextDocumentContentProvider {
1615
private _webserver: LocalWebServer;

0 commit comments

Comments
 (0)