mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2025-04-07 18:26:27 +02:00
fix ruff
This commit is contained in:
parent
0289e7c1f3
commit
1e087c0f04
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…
Add table
Reference in a new issue