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