Skip to content

Commit bcdfa84

Browse files
authored
Remove unused import in SafeERC20 (#5278)
1 parent 28aed34 commit bcdfa84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/token/ERC20/utils/SafeERC20.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ pragma solidity ^0.8.20;
55

66
import {IERC20} from "../IERC20.sol";
77
import {IERC1363} from "../../../interfaces/IERC1363.sol";
8-
import {Address} from "../../../utils/Address.sol";
98

109
/**
1110
* @title SafeERC20

0 commit comments

Comments
 (0)