Skip to content

Commit

Permalink
chore: remove "fs" import
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed May 1, 2024
1 parent 88f6e07 commit 86e6d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shinylive.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as vscode from "vscode";
import * as lzstring from "lz-string";
import * as path from "path";
import * as fs from "fs";
import { isBinary } from "istextorbinary";
import { isShinyAppUsername } from "./extension";

Expand Down

0 comments on commit 86e6d07

Please sign in to comment.