Skip to content

Commit

Permalink
Remove unused import in SafeERC20 (#5278)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xsambugs authored Oct 25, 2024
1 parent 28aed34 commit bcdfa84
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 bcdfa84

Please sign in to comment.