Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Grimal committed Oct 21, 2024
1 parent 2939740 commit 26880a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/MorphoToken.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;

import {console} from "lib/forge-std/src/Test.sol";
import {BaseTest} from "./helpers/BaseTest.sol";
import {SigUtils} from "./helpers/SigUtils.sol";
import {MorphoToken} from "../src/MorphoToken.sol";
Expand Down

0 comments on commit 26880a0

Please sign in to comment.