Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed Aug 6, 2024
1 parent de9ac17 commit 7570404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_publisher/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ async def _upd_products(self):
}
log.debug("fetched product accounts from Pythd", products=pythd_products)

old_products_by_generic_symbol = {product.generic_symbol: product for product in self.products}
old_products_by_generic_symbol = {
product.generic_symbol: product for product in self.products
}

self.products = []

Expand Down

0 comments on commit 7570404

Please sign in to comment.