Fix unresolved merge conflict

This commit is contained in:
Jan-Pieter Baert 2019-09-13 16:51:38 +02:00
parent 0af72376a1
commit f394fb7911
No known key found for this signature in database
GPG key ID: B19186932178234A

View file

@ -166,14 +166,9 @@ def add_template_filters(app: Flask) -> None:
return str(datetime.now().year)
@app.template_filter("euro")
<<<<<<< HEAD
def euro(value: int) -> str:
return euro_string(value)
=======
def euro(value: int) -> None:
"A function which converts a value to its euro_string"
euro_string(value)
>>>>>>> Fix pylint for Haldis
return euro_string(value)
# For usage when you directly call the script with python