Fix: add future annotations to all files, fix date field name shadowing type in RewardRedeemRequest

This commit is contained in:
claude 2026-03-15 00:42:13 +00:00
parent 16d00fbd1b
commit 7846e3445d
32 changed files with 70 additions and 5 deletions

View file

@ -1,3 +1,5 @@
from __future__ import annotations
from typing import Annotated
from datetime import date
from decimal import Decimal