Skip to content

Commit

Permalink
Removed unneeded imports from Drips tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Nov 28, 2023
1 parent 77ddd23 commit 9f41539
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/RadworksDripsGovernance.t.sol
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
pragma solidity ^0.8.20;

import {IERC20} from "@openzeppelin/contracts/interfaces/IERC20.sol";
import {ERC20VotesComp} from "@openzeppelin/contracts/token/ERC20/extensions/ERC20VotesComp.sol";
import {IGovernor} from "@openzeppelin/contracts/governance/IGovernor.sol";
import {IGovernorAlpha} from "src/interfaces/IGovernorAlpha.sol";
import {RadworksGovernorTest} from "test/helpers/RadworksGovernorTest.sol";
import {ProposalTest} from "test/helpers/ProposalTest.sol";

abstract contract RadworksDripsGovernance is ProposalTest {
Expand Down

0 comments on commit 9f41539

Please sign in to comment.