Skip to content

Commit

Permalink
Remove unused import in SafeERC20 (OpenZeppelin#5278)
Browse files Browse the repository at this point in the history
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
  • Loading branch information
0xsambugs authored and Amxx committed Nov 30, 2024
1 parent 98d28f9 commit 07231f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/token/ERC20/utils/SafeERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07231f0

Please sign in to comment.