Skip to content

Commit dab624c

Browse files
fix: Removed useless import
1 parent 185c365 commit dab624c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contracts/AggregatorFeeSharingWithUniswapV3.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.
77
import {IERC20, SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
88

99
import {ISwapRouter} from "./uniswap-interfaces/ISwapRouter.sol";
10-
import {IRewardConvertor} from "./interfaces/IRewardConvertor.sol";
11-
1210
import {FeeSharingSystem} from "./FeeSharingSystem.sol";
1311

1412
/**

0 commit comments

Comments
 (0)