Skip to content

Commit

Permalink
remove double import
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAleksaOpacic committed Oct 21, 2024
1 parent bba1679 commit 971c054
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions contracts/UniswapV2Pair.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import "./interfaces/IUniswapV2Factory.sol";
import "@nilfoundation/smart-contracts/contracts/NilCurrencyBase.sol";
import "./libraries/SafeMath.sol";
import "@nilfoundation/smart-contracts/contracts/Nil.sol";
import "@nilfoundation/smart-contracts/contracts/Nil.sol";
import "@nilfoundation/smart-contracts/contracts/Nil.sol";
import {Currency} from "./Currency.sol";

contract UniswapV2Pair is NilCurrencyBase, IUniswapV2Pair {
Expand Down
1 change: 0 additions & 1 deletion contracts/UniswapV2Router01.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import './libraries/UniswapV2Library.sol';
import "@nilfoundation/smart-contracts/contracts/NilCurrencyBase.sol";
import "@nilfoundation/smart-contracts/contracts/Nil.sol";
import "./interfaces/IUniswapV2Pair.sol";
import "@nilfoundation/smart-contracts/contracts/Nil.sol";

contract UniswapV2Router01 is IUniswapV2Router01, NilCurrencyBase {

Expand Down

0 comments on commit 971c054

Please sign in to comment.