Skip to content

Commit

Permalink
removed test import from epm.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidu28 committed Nov 14, 2023
1 parent de11259 commit 49cbe82
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/contracts/pods/EigenPodManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import "../permissions/Pausable.sol";
import "./EigenPodPausingConstants.sol";
import "./EigenPodManagerStorage.sol";

import "forge-std/Test.sol";

/**
* @title The contract used for creating and managing EigenPods
* @author Layr Labs, Inc.
Expand All @@ -30,8 +28,7 @@ contract EigenPodManager is
Pausable,
EigenPodPausingConstants,
EigenPodManagerStorage,
ReentrancyGuardUpgradeable,
Test
ReentrancyGuardUpgradeable
{

modifier onlyEigenPod(address podOwner) {
Expand Down

0 comments on commit 49cbe82

Please sign in to comment.