Skip to content

Commit

Permalink
feat: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Nov 6, 2024
1 parent bc20985 commit f788998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UniswapV4DeployerCompetition.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
pragma solidity 0.8.26;

import {Create2} from "@openzeppelin/contracts/utils/Create2.sol";
import {Owned} from "solmate/src/auth/Owned.sol";
import {VanityAddressLib} from "./libraries/VanityAddressLib.sol";
import {IUniswapV4DeployerCompetition} from "./interfaces/IUniswapV4DeployerCompetition.sol";

Expand Down

0 comments on commit f788998

Please sign in to comment.