Skip to content

Commit e8c60f9

Browse files
authored
Remove unused using statements in GovernorCompatibilityBravo (#3506)
1 parent 2894059 commit e8c60f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contracts/governance/compatibility/GovernorCompatibilityBravo.sol

-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
pragma solidity ^0.8.0;
55

6-
import "../../utils/Counters.sol";
76
import "../../utils/math/SafeCast.sol";
87
import "../extensions/IGovernorTimelock.sol";
98
import "../Governor.sol";
@@ -20,9 +19,6 @@ import "./IGovernorCompatibilityBravo.sol";
2019
* _Available since v4.3._
2120
*/
2221
abstract contract GovernorCompatibilityBravo is IGovernorTimelock, IGovernorCompatibilityBravo, Governor {
23-
using Counters for Counters.Counter;
24-
using Timers for Timers.BlockNumber;
25-
2622
enum VoteType {
2723
Against,
2824
For,

0 commit comments

Comments
 (0)