Skip to content

Commit 047fc5f

Browse files
committed
Remove imports of DelegateCaller
1 parent b7beadc commit 047fc5f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/contracts-bedrock/test/L1/OPContractsManager.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { VmSafe } from "forge-std/Vm.sol";
77
import { CommonTest } from "test/setup/CommonTest.sol";
88
import { FeatureFlags } from "test/setup/FeatureFlags.sol";
99
import { DeployOPChain_TestBase } from "test/opcm/DeployOPChain.t.sol";
10-
import { DelegateCaller } from "test/mocks/Callers.sol";
1110

1211
// Scripts
1312
import { DeployUtils } from "scripts/libraries/DeployUtils.sol";

packages/contracts-bedrock/test/setup/ForkLive.s.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { StdAssertions } from "forge-std/StdAssertions.sol";
66

77
// Testing
88
import { stdToml } from "forge-std/StdToml.sol";
9-
import { DelegateCaller } from "test/mocks/Callers.sol";
109
import { FeatureFlags } from "test/setup/FeatureFlags.sol";
1110

1211
// Scripts

0 commit comments

Comments
 (0)