Skip to content

Commit

Permalink
fix: remove ERC1155 holder
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark committed Mar 30, 2024
1 parent 06cde7a commit d7f97c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/modules/royalty/policies/RoyaltyPolicyLAP.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: BUSL-1.1
pragma solidity 0.8.23;

import { ERC1155Holder } from "@openzeppelin/contracts/token/ERC1155/utils/ERC1155Holder.sol";
import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { SafeERC20 } from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import { ReentrancyGuardUpgradeable } from "@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.sol";
Expand All @@ -19,7 +18,6 @@ import { Errors } from "../../../lib/Errors.sol";
contract RoyaltyPolicyLAP is
IRoyaltyPolicyLAP,
GovernableUpgradeable,
ERC1155Holder,
ReentrancyGuardUpgradeable,
UUPSUpgradeable
{
Expand Down

0 comments on commit d7f97c3

Please sign in to comment.