mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 21:32:52 -05:00
refactor: rm unused imports
This commit is contained in:
@@ -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/"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user