Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jul 27, 2023
1 parent 1cd6b9b commit 03cad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain/blob.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {ABISerializableObject} from '../serializer/serializable'
import {ABIEncoder} from '../serializer/encoder'
import {arrayEquals, arrayToHex, isInstanceOf} from '../utils'
import {arrayEquals, isInstanceOf} from '../utils'

export type BlobType = Blob | string

Expand Down

0 comments on commit 03cad98

Please sign in to comment.