fix(contracts): OZ-N14 Duplicate Imports (#877)

Co-authored-by: zimpha <zimpha@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
Co-authored-by: HAOYUatHZ <HAOYUatHZ@users.noreply.github.com>
This commit is contained in:
Xi Lin
2023-08-25 14:21:59 +08:00
committed by GitHub
parent 102d29c54d
commit 95d2df46e3
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import (
"strings"
)
var tag = "v4.1.110"
var tag = "v4.1.111"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {

View File

@@ -6,7 +6,6 @@ import {ERC2771Context} from "@openzeppelin/contracts/metatx/ERC2771Context.sol"
import {ReentrancyGuard} from "@openzeppelin/contracts/security/ReentrancyGuard.sol";
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import {IERC20Permit} from "@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol";
import {OwnableBase} from "../libraries/common/OwnableBase.sol";