File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
contracts/protocol/modules Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
pragma solidity 0.6.10 ;
20
20
pragma experimental "ABIEncoderV2 " ;
21
21
22
- import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol " ;
23
- import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/SafeERC20.sol " ;
24
-
25
22
import { DebtIssuanceModule } from "./DebtIssuanceModule.sol " ;
26
23
import { IController } from "../../interfaces/IController.sol " ;
27
24
import { IModuleIssuanceHookV2 } from "../../interfaces/IModuleIssuanceHookV2.sol " ;
28
- import { Invoke } from "../lib/Invoke.sol " ;
29
25
import { ISetToken } from "../../interfaces/ISetToken.sol " ;
30
- import { IssuanceValidationUtils } from "../lib/IssuanceValidationUtils.sol " ;
31
- import { Position } from "../lib/Position.sol " ;
32
26
33
27
/**
34
28
* @title SlippageIssuanceModule
You can’t perform that action at this time.
0 commit comments