Skip to content

Commit

Permalink
rm unused import that breaks ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 22, 2024
1 parent 2171390 commit 05b65cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api/src/utils/w3up.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as W3UP from '@web3-storage/w3up-client'
import * as ed25519 from '@ucanto/principal/ed25519'
import { StoreMemory } from '@web3-storage/access/stores/store-memory'
import { CID } from 'multiformats/cid'
import * as bases from 'multiformats/bases/base'
import { base64 } from 'multiformats/bases/base64'
import { identity } from 'multiformats/hashes/identity'
import { CarReader, CarWriter } from '@ipld/car'
Expand Down

0 comments on commit 05b65cb

Please sign in to comment.