Remove unused imports (#4436)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Ernesto García
2023-07-11 11:51:40 -06:00
committed by GitHub
parent 3d0edbecf1
commit 24ebff5ae9
9 changed files with 4 additions and 9 deletions

View File

@ -5,7 +5,6 @@ pragma solidity ^0.8.19;
import {IGovernorTimelock} from "./IGovernorTimelock.sol";
import {IGovernor, Governor} from "../Governor.sol";
import {SafeCast} from "../../utils/math/SafeCast.sol";
import {ICompoundTimelock} from "../../vendor/compound/ICompoundTimelock.sol";
import {IERC165} from "../../interfaces/IERC165.sol";
import {Address} from "../../utils/Address.sol";