Skip to content

Commit

Permalink
Merge pull request #503 from morpho-labs/refactor/remove-useless-import
Browse files Browse the repository at this point in the history
Remove useless import
  • Loading branch information
MathisGD authored Sep 22, 2023
2 parents 246afdc + 3b49f1e commit 8dab4f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/periphery/MorphoBalancesLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {UtilsLib} from "../UtilsLib.sol";
import {MorphoLib} from "./MorphoLib.sol";
import {SharesMathLib} from "../SharesMathLib.sol";
import {MarketParamsLib} from "../MarketParamsLib.sol";
import {MorphoStorageLib} from "./MorphoStorageLib.sol";

interface IMorphoMarketStruct {
function market(Id id) external view returns (Market memory);
Expand Down

0 comments on commit 8dab4f1

Please sign in to comment.