run black
This commit is contained in:
@@ -519,9 +519,7 @@ def list_prices_wallpaper(territory):
|
|||||||
|
|
||||||
for wallpaper in wallpapers:
|
for wallpaper in wallpapers:
|
||||||
result[wallpaper.id] = m2_price(
|
result[wallpaper.id] = m2_price(
|
||||||
material=material,
|
material=material, market=market, designer=wallpaper.product.designer
|
||||||
market=market,
|
|
||||||
designer=wallpaper.product.designer,
|
|
||||||
)
|
)
|
||||||
return jsonify(result)
|
return jsonify(result)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user