Standardize formatting with black and apply ruff auto-fixes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
191 B
Python
7 lines
191 B
Python
|
|
from db_calls_card_creation import *
|
|
|
|
|
|
def process_pitcher_csv(filename: str, cardset: str, testing: bool = False):
|
|
cardset = ScoutCardset.get_or_none(ScoutCardset.set_title == cardset)
|