Skip to content

Commit

Permalink
removes ERC721Receiver imports from BountyStorageCore.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Feb 25, 2023
1 parent a75a383 commit 64b9284
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/Bounty/Storage/BountyStorageCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
pragma solidity 0.8.17;

import '@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol';
import '@openzeppelin/contracts-upgradeable/token/ERC721/IERC721Upgradeable.sol';
import '@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol';
import '@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol';
import '@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol';
import '@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol';
import '@openzeppelin/contracts-upgradeable/token/ERC721/utils/ERC721HolderUpgradeable.sol';

import '../../OnlyOpenQ/OnlyOpenQ.sol';
import '../../ClaimManager/ClaimManagerOwnable.sol';
Expand All @@ -24,7 +22,6 @@ import '../Interfaces/IBountyCore.sol';
abstract contract BountyStorageCore is
IBountyCore,
ReentrancyGuardUpgradeable,
ERC721HolderUpgradeable,
OnlyOpenQ,
ClaimManagerOwnable,
DepositManagerOwnable
Expand Down

0 comments on commit 64b9284

Please sign in to comment.