Skip to content

Commit

Permalink
Remove unused using statements in GovernorCompatibilityBravo (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVF committed Jun 27, 2022
1 parent 2894059 commit e8c60f9
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 e8c60f9

Please sign in to comment.