Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcamou committed Jul 29, 2024
1 parent 22b36de commit 11878a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion example_publisher/providers/hermes.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ async def _get_hermes_prices(self):
break
print("Latest prices:")
for symbol, price_feed in self._client.prices_dict.items():
print(f"Symbol: {symbol}, Price: {price_feed['price'].price}, Confidence: {price_feed['price'].conf}, Time: {price_feed['price'].publish_time}")
print(f"Symbol: {symbol},"
f" Price: {price_feed['price'].price},"
f" Confidence: {price_feed['price'].conf},"
f" Time: {price_feed['price'].publish_time}")

0 comments on commit 11878a6

Please sign in to comment.