Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amandesai01 committed Jul 25, 2024
1 parent 3813e0e commit 2f2966a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/s3-driver.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { AwsClient } from "aws4fetch";
/**
* This code is taken from https://github.com/unjs/unstorage/pull/361
* Credits: https://github.com/becem-gharbi
*/
import { $fetch, FetchError } from "ofetch";

import { AwsClient } from "aws4fetch";
import { $fetch } from "ofetch";
import { joinURL, withQuery } from "ufo";
import crypto from "uncrypto";
import { defineDriver } from "unstorage";
Expand Down

0 comments on commit 2f2966a

Please sign in to comment.