fix: correct Dict[str, any] to Dict[str, Any] in type annotations (#15) #31

Merged
cal merged 2 commits from ai/paper-dynasty-card-creation-15 into main 2026-03-23 12:12:30 +00:00

2 Commits

Author SHA1 Message Date
cal
3fd07b6d89 Merge branch 'main' into ai/paper-dynasty-card-creation-15 2026-03-23 12:12:18 +00:00
Cal Corum
b39d3283fd fix: correct Dict[str, any] to Dict[str, Any] in type annotations (#15)
Closes #15

`any` (lowercase) refers to the builtin function, not `typing.Any`.
Added `Any` to the `typing` imports in both files and updated the
`cardset` parameter annotation accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 16:03:45 -05:00