diff options
Diffstat (limited to 'js/net_test.ts')
-rw-r--r-- | js/net_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/net_test.ts b/js/net_test.ts index 6a1bdcd48..999cea9b6 100644 --- a/js/net_test.ts +++ b/js/net_test.ts @@ -1,5 +1,4 @@ // Copyright 2018 the Deno authors. All rights reserved. MIT license. - import * as deno from "deno"; import { testPerm, assert, assertEqual } from "./test_util.ts"; import { deferred } from "./util.ts"; |