Skip to content

Commit

Permalink
Removed unused line from PrizePoolFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Feb 14, 2024
1 parent d45719e commit 10ccf94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PrizePoolFactory.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

import { IERC20, IERC4626 } from "openzeppelin/token/ERC20/extensions/ERC4626.sol";

import { PrizePool, ConstructorParams } from "./PrizePool.sol";

/**
Expand Down

0 comments on commit 10ccf94

Please sign in to comment.