Skip to content

Commit

Permalink
Remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
koenidv committed Nov 26, 2022
1 parent bd1a629 commit ec576a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Deferred } from "https://deno.land/[email protected]/async/deferred.ts";
import { serve, isPortAvailableSync, parse } from "./deps.ts";
import { applyReconnectCode, ExtendedWs } from "./ExtendedWs.ts";
import {
Expand Down
2 changes: 0 additions & 2 deletions tests/WebSocketIntegration.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { delay } from "https://deno.land/[email protected]/async/delay.ts";
import { deadline } from "https://deno.land/[email protected]/async/mod.ts";
import { assertExists } from "https://deno.land/[email protected]/testing/asserts.ts";
import {
assertEquals,
Expand Down

0 comments on commit ec576a8

Please sign in to comment.