From ab0e6d30ff5d726901184ff1d81fabc4c242f690 Mon Sep 17 00:00:00 2001 From: Karim <98668332+khadni@users.noreply.github.com> Date: Fri, 31 Jan 2025 08:01:13 -0500 Subject: [PATCH] remove python replit --- src/content/data-feeds/using-data-feeds.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/content/data-feeds/using-data-feeds.mdx b/src/content/data-feeds/using-data-feeds.mdx index db71f26e64c..5687204b13f 100644 --- a/src/content/data-feeds/using-data-feeds.mdx +++ b/src/content/data-feeds/using-data-feeds.mdx @@ -75,9 +75,6 @@ This example uses [web3.js](https://web3js.readthedocs.io/) to retrieve feed dat This example uses [Web3.py](https://web3py.readthedocs.io/en/stable/) to retrieve feed data from the [BTC / USD feed](https://sepolia.etherscan.io/address/0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43) on the Sepolia testnet. - - {"Run this Python example"} - ### Golang