Skip to content

Commit

Permalink
fix: Removed useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJurassicPunk committed Mar 28, 2022
1 parent 185c365 commit dab624c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/AggregatorFeeSharingWithUniswapV3.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.
import {IERC20, SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";

import {ISwapRouter} from "./uniswap-interfaces/ISwapRouter.sol";
import {IRewardConvertor} from "./interfaces/IRewardConvertor.sol";

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

/**
Expand Down

0 comments on commit dab624c

Please sign in to comment.