Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronikworkshop authored and adiazulay committed Jan 19, 2021
1 parent 5daa2b1 commit 48418e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/arduino/arduinoContentProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import * as Constants from "../common/constants";
import * as JSONHelper from "../common/cycle";
import * as Logger from "../logger/logger";
import LocalWebServer from "./localWebServer";
import { VscodeSettings } from "./vscodeSettings";

export class ArduinoContentProvider implements vscode.TextDocumentContentProvider {
private _webserver: LocalWebServer;
Expand Down

0 comments on commit 48418e2

Please sign in to comment.