Skip to content

Commit 11878a6

Browse files
committed
lint
1 parent 22b36de commit 11878a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example_publisher/providers/hermes.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ async def _get_hermes_prices(self):
4141
break
4242
print("Latest prices:")
4343
for symbol, price_feed in self._client.prices_dict.items():
44-
print(f"Symbol: {symbol}, Price: {price_feed['price'].price}, Confidence: {price_feed['price'].conf}, Time: {price_feed['price'].publish_time}")
44+
print(f"Symbol: {symbol},"
45+
f" Price: {price_feed['price'].price},"
46+
f" Confidence: {price_feed['price'].conf},"
47+
f" Time: {price_feed['price'].publish_time}")

0 commit comments

Comments
 (0)