diff --git a/src/telliot_feeds/feeds/wld_usd_feed.py b/src/telliot_feeds/feeds/wld_usd_feed.py index eb418286..2af17260 100644 --- a/src/telliot_feeds/feeds/wld_usd_feed.py +++ b/src/telliot_feeds/feeds/wld_usd_feed.py @@ -9,8 +9,6 @@ asset="wld", currency="usd", algorithm="median", - sources=[ - CoinGeckoSpotPriceSource(asset="wld", currency="usd") - ], + sources=[CoinGeckoSpotPriceSource(asset="wld", currency="usd")], ), )