Skip to content

Commit

Permalink
chore: formatting/linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot committed Sep 4, 2024
1 parent d4d1a63 commit df545d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/account/SemiModularAccount.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
pragma solidity ^0.8.19;

import {AccountTestBase} from "../utils/AccountTestBase.sol";
import {TEST_DEFAULT_VALIDATION_ENTITY_ID} from "../utils/TestConstants.sol";
import {SemiModularAccount} from "src/account/SemiModularAccount.sol";
import {ValidationConfig} from "src/helpers/ValidationConfigLib.sol";

import {console} from "forge-std/Test.sol";
import {LibClone} from "solady/utils/LibClone.sol";

contract SemiModularAccountTest is AccountTestBase {
Expand Down

0 comments on commit df545d9

Please sign in to comment.