mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Black reformat missing
This commit is contained in:
parent
3b9d4bfc76
commit
059e1e4c22
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class BillForm(FlaskForm):
|
||||||
bill.payer_id = self.payer
|
bill.payer_id = self.payer
|
||||||
bill.amount = self.amount
|
bill.amount = self.amount
|
||||||
bill.what = self.what
|
bill.what = self.what
|
||||||
bill.external_link = u""
|
bill.external_link = ""
|
||||||
bill.date = self.date
|
bill.date = self.date
|
||||||
bill.owers = [Person.query.get(ower, project) for ower in self.payed_for]
|
bill.owers = [Person.query.get(ower, project) for ower in self.payed_for]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue