mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
fix ruff
This commit is contained in:
parent
d8432fbb62
commit
c4dddb0a8a
1 changed files with 2 additions and 2 deletions
|
@ -234,8 +234,8 @@ def character_luck_points_change(request, pk: int):
|
|||
|
||||
def get_updated_value(
|
||||
request,
|
||||
remaining_value: int | float,
|
||||
max_value: int | float,
|
||||
remaining_value: float,
|
||||
max_value: float,
|
||||
) -> int:
|
||||
form_value = request.GET.get("value")
|
||||
if form_value == "ko":
|
||||
|
|
Loading…
Reference in a new issue