Use explicit imports (#4399)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
|
||||
pragma solidity ^0.8.19;
|
||||
|
||||
import "../../governance/extensions/GovernorCountingSimple.sol";
|
||||
import "../../governance/extensions/GovernorVotes.sol";
|
||||
import {GovernorCountingSimple} from "../../governance/extensions/GovernorCountingSimple.sol";
|
||||
import {GovernorVotes} from "../../governance/extensions/GovernorVotes.sol";
|
||||
|
||||
abstract contract GovernorVoteMocks is GovernorVotes, GovernorCountingSimple {
|
||||
function quorum(uint256) public pure override returns (uint256) {
|
||||
|
||||
Reference in New Issue
Block a user