Skip to content

Commit df545d9

Browse files
committed
chore: formatting/linting
1 parent d4d1a63 commit df545d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/account/SemiModularAccount.t.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
pragma solidity ^0.8.19;
33

44
import {AccountTestBase} from "../utils/AccountTestBase.sol";
5-
import {TEST_DEFAULT_VALIDATION_ENTITY_ID} from "../utils/TestConstants.sol";
65
import {SemiModularAccount} from "src/account/SemiModularAccount.sol";
76
import {ValidationConfig} from "src/helpers/ValidationConfigLib.sol";
87

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

1210
contract SemiModularAccountTest is AccountTestBase {

0 commit comments

Comments
 (0)