Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sTomerG committed Nov 4, 2024
1 parent 6eb3bac commit 0bc903a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def bereken(
if aantal > 1
else f"{self.stelselgroep.name}_prive",
)
woningwaardering.punten = utils.rond_af_op_kwart(punten)
woningwaardering.punten = float(utils.rond_af_op_kwart(punten))
woningwaardering_groep.woningwaarderingen.append(woningwaardering)

woningwaardering_groep.punten = sum(
Expand Down

0 comments on commit 0bc903a

Please sign in to comment.