Remove unused imports with solhint plus extra rules (#5661)

This commit is contained in:
Ernesto García
2025-05-07 10:23:49 -06:00
committed by GitHub
parent 6bcc3a470d
commit 4aaf40ac5d
16 changed files with 10 additions and 19 deletions

View File

@ -2,7 +2,7 @@
pragma solidity ^0.8.20;
import {IGovernor, Governor} from "../../governance/Governor.sol";
import {Governor} from "../../governance/Governor.sol";
import {GovernorTimelockControl} from "../../governance/extensions/GovernorTimelockControl.sol";
import {GovernorSettings} from "../../governance/extensions/GovernorSettings.sol";
import {GovernorCountingSimple} from "../../governance/extensions/GovernorCountingSimple.sol";