Skip to content

Commit

Permalink
fix: Remove unused inports from FlashLoanLogic
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Oct 6, 2021
1 parent f4f8320 commit 0aa3a39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/protocol/libraries/logic/FlashLoanLogic.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ pragma solidity 0.8.7;

import {SafeERC20} from '../../../dependencies/openzeppelin/contracts/SafeERC20.sol';
import {IERC20} from '../../../dependencies/openzeppelin/contracts/IERC20.sol';
import {IStableDebtToken} from '../../../interfaces/IStableDebtToken.sol';
import {IVariableDebtToken} from '../../../interfaces/IVariableDebtToken.sol';
import {IAToken} from '../../../interfaces/IAToken.sol';
import {IFlashLoanReceiver} from '../../../flashloan/interfaces/IFlashLoanReceiver.sol';
import {ISimpleFlashLoanReceiver} from '../../../flashloan/interfaces/ISimpleFlashLoanReceiver.sol';
Expand Down

0 comments on commit 0aa3a39

Please sign in to comment.