Fix: add future annotations to all files, fix date field name shadowing type in RewardRedeemRequest
This commit is contained in:
parent
16d00fbd1b
commit
7846e3445d
32 changed files with 70 additions and 5 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
"""Points calculation engine — the heart of the reward system."""
|
||||
import uuid
|
||||
from datetime import date, timedelta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue