Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Jul 30, 2024
1 parent eefe810 commit 279886b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/contracts/misc/GhoCcipSteward.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.10;

import {EnumerableSet} from '@openzeppelin/contracts/utils/structs/EnumerableSet.sol';
import {IGhoToken} from '../gho/interfaces/IGhoToken.sol';
import {IGhoCcipSteward} from './interfaces/IGhoCcipSteward.sol';
import {RiskCouncilControlled} from './RiskCouncilControlled.sol';
import {UpgradeableLockReleaseTokenPool, RateLimiter} from './deps/Dependencies.sol';
Expand All @@ -15,8 +13,6 @@ import {UpgradeableLockReleaseTokenPool, RateLimiter} from './deps/Dependencies.
* @dev Requires roles RateLimitAdmin and BridgeLimitAdmin (if on Ethereum) on GhoTokenPool
*/
contract GhoCcipSteward is RiskCouncilControlled, IGhoCcipSteward {
using EnumerableSet for EnumerableSet.AddressSet;

/// @inheritdoc IGhoCcipSteward
uint256 public constant MINIMUM_DELAY = 2 days;

Expand Down

0 comments on commit 279886b

Please sign in to comment.