run black

This commit is contained in:
Martin
2020-02-11 15:36:14 +01:00
parent 6184328d6c
commit d3cf86d580
+1 -3
View File
@@ -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)