Skip to content

Commit 3af3058

Browse files
committed
lint
1 parent 8a46b78 commit 3af3058

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/oracles/ChainlinkOEVMorphoWrapper.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {IMorphoBlue} from "../morpho/IMorphoBlue.sol";
99
import {MarketParams} from "../morpho/IMetaMorpho.sol";
1010
import {IMorphoChainlinkOracleV2} from "../morpho/IMorphoChainlinkOracleV2.sol";
1111
import {IChainlinkOracle} from "../interfaces/IChainlinkOracle.sol";
12-
import {MErc20} from "../MErc20.sol";
12+
1313
/**
1414
* @title ChainlinkOEVMorphoWrapper
1515
* @notice A wrapper for Chainlink price feeds that allows early updates for liquidation

src/oracles/ChainlinkOEVWrapper.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ pragma solidity 0.8.19;
44
import {Ownable} from "@openzeppelin-contracts/contracts/access/Ownable.sol";
55
import {AggregatorV3Interface} from "./AggregatorV3Interface.sol";
66
import {MErc20Storage, MTokenInterface, MErc20Interface} from "../MTokenInterfaces.sol";
7-
import {MErc20} from "../MErc20.sol";
87
import {MToken} from "../MToken.sol";
98
import {EIP20Interface} from "../EIP20Interface.sol";
109
import {IChainlinkOracle} from "../interfaces/IChainlinkOracle.sol";

0 commit comments

Comments
 (0)