From 8aa299a7101c8c445a5b893f105ae6c0f2c8bcb5 Mon Sep 17 00:00:00 2001 From: EnzoVezzaro Date: Mon, 10 Oct 2022 09:31:14 -0400 Subject: [PATCH] removed unnecessary method --- src/@context/MarketMetadata/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/@context/MarketMetadata/index.tsx b/src/@context/MarketMetadata/index.tsx index 7430ad070..911b91830 100644 --- a/src/@context/MarketMetadata/index.tsx +++ b/src/@context/MarketMetadata/index.tsx @@ -15,7 +15,6 @@ import siteContent from '../../../content/site.json' import appConfig from '../../../app.config' import { fetchData, getQueryContext } from '@utils/subgraph' import { LoggerInstance } from '@oceanprotocol/lib' -import { retrieveShaclSchema } from '@utils/aquarius' const MarketMetadataContext = createContext({} as MarketMetadataProviderValue)