paper-dynasty-card-creation/pd_cards/core
Cal Corum ed1daa20b0 fix: use get_running_loop() instead of deprecated get_event_loop()
get_event_loop() is deprecated in Python 3.10+ when called inside
a running coroutine. get_running_loop() is the correct replacement.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 08:50:51 -05:00
..
__init__.py Add pd-cards CLI skeleton with Typer 2025-12-18 16:08:32 -06:00
scouting.py Run black and ruff across entire codebase 2026-03-08 14:24:33 -05:00
upload.py fix: use get_running_loop() instead of deprecated get_event_loop() 2026-03-13 08:50:51 -05:00