Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeNervoXS committed Apr 29, 2024
1 parent 37c8946 commit 95c8e74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/AngleGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { IVotes } from "oz-v5/governance/utils/IVotes.sol";

import { Governor } from "oz-v5/governance/Governor.sol";
import { GovernorPreventLateQuorum } from "oz-v5/governance/extensions/GovernorPreventLateQuorum.sol";
import { GovernorVotesQuorumFraction, GovernorVotes } from "oz-v5/governance/extensions/GovernorVotesQuorumFraction.sol";
import { GovernorVotes } from "oz-v5/governance/extensions/GovernorVotesQuorumFraction.sol";
import { GovernorVotesQuorumFraction } from "oz-v5/governance/extensions/GovernorVotesQuorumFraction.sol";
import { GovernorSettings } from "oz-v5/governance/extensions/GovernorSettings.sol";
import { IERC5805 } from "oz-v5/interfaces/IERC5805.sol";

Expand Down

0 comments on commit 95c8e74

Please sign in to comment.