瀏覽代碼

Remove unused import (#4590)

Hadrien Croubois 2 年之前
父節點
當前提交
7ae7f3ef4b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      contracts/governance/extensions/GovernorTimelockCompound.sol

+ 0 - 1
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";