Skip to content

Commit

Permalink
style: Adjusted import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJurassicPunk committed Apr 19, 2022
1 parent 88a3c4c commit 13c3025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/looksRareExchange.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { assert, expect } from "chai";
import { BigNumber, constants, Contract, Signer, utils } from "ethers";
import { BigNumber, constants, Contract, utils } from "ethers";
import { MerkleTree } from "merkletreejs";
/* eslint-disable node/no-extraneous-import */
import { keccak256 } from "js-sha3";
Expand Down

0 comments on commit 13c3025

Please sign in to comment.