Skip to content

Commit

Permalink
remove unusued import
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Oct 9, 2024
1 parent cf6cdc5 commit 2cc8ea5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/src/executors/IExecutor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

pragma solidity ^0.8.8;

import {IDAO} from "../dao/IDAO.sol";

/// @notice The action struct to be consumed by the DAO's `execute` function resulting in an external call.
/// @param to The address to call.
/// @param value The native token value to be sent with the call.
Expand Down

0 comments on commit 2cc8ea5

Please sign in to comment.