mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
Remove unused imports (#1503)
This commit is contained in:
parent
e29a676b78
commit
6c9695a528
8 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
||||
import { test, testPerm, assert, assertEqual } from "./test_util.ts";
|
||||
import { testPerm, assert, assertEqual } from "./test_util.ts";
|
||||
import * as deno from "deno";
|
||||
|
||||
testPerm({ write: true }, function renameSyncSuccess() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue