Skip to content

Commit

Permalink
Remove MessageHashUtils unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSamWitch committed Jan 26, 2024
1 parent 5e0e35b commit 2a35fd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/SamWitchOrderBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import {IERC1155} from "@openzeppelin/contracts/token/ERC1155/IERC1155.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {IERC2981} from "@openzeppelin/contracts/interfaces/IERC2981.sol";

import {MessageHashUtils} from "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol";

import {BokkyPooBahsRedBlackTreeLibrary} from "./BokkyPooBahsRedBlackTreeLibrary.sol";

import {IBrushToken} from "./interfaces/IBrushToken.sol";
Expand Down

0 comments on commit 2a35fd9

Please sign in to comment.