fix: replace wildcard import from db_calls_card_creation (#13) #34

Merged
cal merged 1 commits from ai/paper-dynasty-card-creation-13 into main 2026-03-23 12:37:31 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
df6e96bc76 fix: replace wildcard import from db_calls_card_creation (#13)
Closes #13

Replace `from db_calls_card_creation import *` with an explicit
`from db_calls_card_creation import PitcherData`. Only PitcherData
is referenced in creation_helpers.py; the wildcard was also
pulling in all Peewee ORM internals via a transitive
`from peewee import *`, polluting the namespace.

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