Skip to content

Commit

Permalink
✅ contracts: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jul 5, 2024
1 parent e0f20a3 commit 7ce52ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/test/ExaPlugin.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.8.0;

import { StdStorage, Test, stdError, stdStorage } from "forge-std/Test.sol";
import { Test, stdError } from "forge-std/Test.sol";

import { Auditor } from "@exactly/protocol/Auditor.sol";
import { InterestRateModel } from "@exactly/protocol/InterestRateModel.sol";
Expand Down Expand Up @@ -35,7 +35,6 @@ import { BorrowLimitExceeded, ExaPlugin, IAuditor, IMarket } from "../src/ExaPlu
// TODO add the debt manager to the plugin so we can roll fixed to floating
contract ExaPluginTest is Test {
using MessageHashUtils for bytes32;
using stdStorage for StdStorage;
using OwnersLib for address[];

address internal owner1;
Expand Down

0 comments on commit 7ce52ce

Please sign in to comment.