Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Oct 23, 2023
1 parent e4e2198 commit 2266479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/src/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE
*/

import { bytesToHex, bytesToUnprefixedHex, utf8ToBytes } from './bytes.js'
import { bytesToUnprefixedHex, utf8ToBytes } from './bytes.js'

/**
* Returns a `Boolean` on whether or not the a `String` starts with '0x'
Expand Down

0 comments on commit 2266479

Please sign in to comment.