Skip to content

Commit

Permalink
Remove unused using statements in GovernorCompatibilityBravo (OpenZep…
Browse files Browse the repository at this point in the history
  • Loading branch information
ronhuafeng committed Sep 9, 2022
1 parent a32c9a3 commit c597c9b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

pragma solidity ^0.8.0;

import "../../utils/Counters.sol";
import "../../utils/math/SafeCast.sol";
import "../extensions/IGovernorTimelock.sol";
import "../Governor.sol";
Expand All @@ -20,9 +19,6 @@ import "./IGovernorCompatibilityBravo.sol";
* _Available since v4.3._
*/
abstract contract GovernorCompatibilityBravo is IGovernorTimelock, IGovernorCompatibilityBravo, Governor {
using Counters for Counters.Counter;
using Timers for Timers.BlockNumber;

enum VoteType {
Against,
For,
Expand Down

0 comments on commit c597c9b

Please sign in to comment.