Skip to content

Commit 9ac37af

Browse files
author
Luke Wilson
committed
Remove unused import
1 parent 07677eb commit 9ac37af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/byte-array.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { toHex, fromHex } from '@cosmjs/encoding';
1+
import { fromHex } from '@cosmjs/encoding';
22

33
/**
44
* Compares two byte arrays using the same logic as strcmp()

0 commit comments

Comments
 (0)