Skip to content

Commit

Permalink
GMS-1616: revert file
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-imx committed Jun 6, 2024
1 parent 2f9da3f commit 3f02d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/token/erc1155/abstract/ERC1155Permit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import "@openzeppelin/contracts/utils/cryptography/EIP712.sol";
import "@openzeppelin/contracts/interfaces/IERC1271.sol";
import "solidity-bytes-utils/contracts/BytesLib.sol";
import "./IERC1155Permit.sol";

import {IImmutableERC1155Errors} from "../../../errors/Errors.sol";

abstract contract ERC1155Permit is ERC1155Burnable, EIP712, IERC1155Permit, IImmutableERC1155Errors {
Expand Down

0 comments on commit 3f02d2c

Please sign in to comment.