瀏覽代碼

Remove unused import in `SafeERC20` (#5278)

Sam Bugs 11 月之前
父節點
當前提交
bcdfa848a6
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      contracts/token/ERC20/utils/SafeERC20.sol

+ 0 - 1
contracts/token/ERC20/utils/SafeERC20.sol

@@ -5,7 +5,6 @@ pragma solidity ^0.8.20;
 
 import {IERC20} from "../IERC20.sol";
 import {IERC1363} from "../../../interfaces/IERC1363.sol";
-import {Address} from "../../../utils/Address.sol";
 
 /**
  * @title SafeERC20