From 7ae7f3ef4b89b1e6338a3110a7d2d800abe66eae Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Fri, 8 Sep 2023 23:05:26 +0200 Subject: [PATCH] Remove unused import (#4590) --- contracts/governance/extensions/GovernorTimelockCompound.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/governance/extensions/GovernorTimelockCompound.sol b/contracts/governance/extensions/GovernorTimelockCompound.sol index 701e89287..e2021bbef 100644 --- a/contracts/governance/extensions/GovernorTimelockCompound.sol +++ b/contracts/governance/extensions/GovernorTimelockCompound.sol @@ -5,7 +5,6 @@ pragma solidity ^0.8.20; import {IGovernor, Governor} from "../Governor.sol"; import {ICompoundTimelock} from "../../vendor/compound/ICompoundTimelock.sol"; -import {IERC165} from "../../interfaces/IERC165.sol"; import {Address} from "../../utils/Address.sol"; import {SafeCast} from "../../utils/math/SafeCast.sol";