Black reformat missing

This commit is contained in:
Nicolas Vanvyve 2019-12-17 01:11:45 +01:00
parent 3b9d4bfc76
commit 059e1e4c22

View file

@ -195,7 +195,7 @@ class BillForm(FlaskForm):
bill.payer_id = self.payer
bill.amount = self.amount
bill.what = self.what
bill.external_link = u""
bill.external_link = ""
bill.date = self.date
bill.owers = [Person.query.get(ower, project) for ower in self.payed_for]