mirror of https://github.com/coder/code-server.git
refactor: rm unused imports
This commit is contained in:
parent
b3f7a20904
commit
10ebf1bcd9
|
@ -1,7 +1,5 @@
|
|||
import { describe, test, expect } from "./baseFixture"
|
||||
import { clean, tmpdir } from "../utils/helpers"
|
||||
import * as path from "path"
|
||||
import { promises as fs } from "fs"
|
||||
import { clean } from "../utils/helpers"
|
||||
|
||||
const routes = ["/", "/vscode", "/vscode/"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue