From 3fbc851a8d46ef9f611eaf2ff4624c105af5ea25 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 23 Nov 2022 12:43:17 +0100 Subject: [PATCH] [marketplace] Cleanup --- contracts/Marketplace.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/Marketplace.sol b/contracts/Marketplace.sol index 36177d8..87055d9 100644 --- a/contracts/Marketplace.sol +++ b/contracts/Marketplace.sol @@ -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;