chore: remove unused import

This commit is contained in:
Hayden Young 2021-10-14 23:04:11 +01:00
parent 08736ed610
commit ef157c9aa7

View File

@ -1,5 +1,5 @@
import { S3 } from "@aws-sdk/client-s3";
import { Readable, Stream } from "stream";
import { Readable } from "stream";
import { Storage } from "./Storage";
const readableToBuffer = (readable: Readable): Promise<Buffer> =>