Skip to content

Commit

Permalink
unused import remove
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Oct 9, 2024
1 parent 8916046 commit cf6cdc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/src/plugin/extensions/proposal/IProposal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

pragma solidity ^0.8.8;

import {IDAO} from "../../../dao/IDAO.sol";
import {IExecutor, Action} from "../../../executors/IExecutor.sol";
import {Action} from "../../../executors/IExecutor.sol";

/// @title IProposal
/// @author Aragon X - 2022-2023
Expand Down

0 comments on commit cf6cdc5

Please sign in to comment.