Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Sep 19, 2021
1 parent 2d8b09a commit ab98843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/server/response_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
assertThrowsAsync,
create,
Payload,
ServerRequest,
} from "../test_deps.ts";
import { respond } from "../../server/response.ts";
import { CustomError } from "../../server/custom_error.ts";
Expand Down
1 change: 0 additions & 1 deletion tests/test_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ export {
export { create } from "https://deno.land/x/[email protected]/mod.ts";

export type { Payload } from "https://deno.land/x/[email protected]/mod.ts";
export type { ServerRequest } from "https://deno.land/[email protected]/http/server.ts";

0 comments on commit ab98843

Please sign in to comment.