Skip to content

Commit 10ccf94

Browse files
committed
Removed unused line from PrizePoolFactory
1 parent d45719e commit 10ccf94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/PrizePoolFactory.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// SPDX-License-Identifier: MIT
22
pragma solidity ^0.8.19;
33

4-
import { IERC20, IERC4626 } from "openzeppelin/token/ERC20/extensions/ERC4626.sol";
5-
64
import { PrizePool, ConstructorParams } from "./PrizePool.sol";
75

86
/**

0 commit comments

Comments
 (0)