mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
black format
This commit is contained in:
parent
591e0d61a4
commit
f4369d5e97
1 changed files with 3 additions and 1 deletions
|
@ -117,7 +117,9 @@ class EditProjectForm(FlaskForm):
|
|||
_("Default Currency"),
|
||||
validators=[DataRequired()],
|
||||
default=CurrencyConverter.no_currency,
|
||||
description=_("Setting a default currency enables currency conversion between bills")
|
||||
description=_(
|
||||
"Setting a default currency enables currency conversion between bills"
|
||||
),
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue