Skip to content

Commit

Permalink
black & lint (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Joey Jurjens <joey@highbiza.nl>
  • Loading branch information
joeyjurjens and Joey Jurjens authored Aug 20, 2024
1 parent 79e965f commit 11de71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar_odin/mappings/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def map_stock_price(self) -> Tuple[Decimal, str, int, bool]:
getattr(price, "excl_tax", Decimal(0)),
getattr(price, "currency", ""),
getattr(availability, "num_available", 0),
availability.is_available_to_buy
availability.is_available_to_buy,
)


Expand Down

0 comments on commit 11de71c

Please sign in to comment.