Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
Co-authored-by: MrBBot <me@mrbbot.dev>
  • Loading branch information
jstevans and mrbbot authored Dec 22, 2022
1 parent a9942a0 commit 2632749
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/http-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import http from "http";
import https from "https";
import net from "net";
import { Transform, Writable } from "stream";
import consumers from "stream/consumers";
import { ReadableStream } from "stream/web";
import { URL } from "url";
import zlib from "zlib";
Expand Down

0 comments on commit 2632749

Please sign in to comment.