[marketplace] Cleanup

This commit is contained in:
Mark Spanbroek 2022-11-23 12:43:17 +01:00 committed by markspanbroek
parent a19e3f4198
commit 3fbc851a8d
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import "./libs/Utils.sol";
contract Marketplace is Collateral, Proofs {
using EnumerableSet for EnumerableSet.Bytes32Set;
using EnumerableSet for EnumerableSet.AddressSet;
using Utils for EnumerableSet.Bytes32Set;
type RequestId is bytes32;