Remove unused import in SafeERC20 (#5278)

This commit is contained in:
Sam Bugs
2024-10-25 12:26:35 -03:00
committed by GitHub
parent 28aed34dc5
commit bcdfa848a6

View File

@ -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