Skip to content

Commit

Permalink
Fix import compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco77 committed Jan 15, 2021
1 parent b2cc33e commit 9284431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/z_mocks/savings/Connector_yVault_mUSD3Pool.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pragma solidity 0.5.16;

import { IERC20, ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import { IConnector } from "./IConnector.sol";
import { IConnector } from "../../savings/peripheral/IConnector.sol";
import { StableMath, SafeMath } from "../../shared/StableMath.sol";

contract IyVault is ERC20 {
Expand Down

0 comments on commit 9284431

Please sign in to comment.