fix: use Optional[dict] for team param type annotation
All checks were successful
Ruff Lint / lint (pull_request) Successful in 12s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-04-06 17:36:04 -05:00
parent f488cb66e0
commit ddc9a28023

View File

@ -485,7 +485,7 @@ async def _build_refractor_response(
player_id: int,
refractor_tier: int,
refractor_data: dict,
team: dict = None,
team: Optional[dict] = None,
) -> dict:
"""Build response data for a /player refractor_tier request.