ran ruff check python --fix

This commit is contained in:
2025-11-29 13:13:15 -05:00
parent 9630633ff5
commit 72c3ccfb6d
3 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ from pathlib import Path
from statistics import mean
from .base import GameConfig, load_cards, load_nobles, new_game, run_game
from .bot import PersonalizedBot, PersonalizedBot4, PersonalizedBot3, RandomBot
from .bot import PersonalizedBot4, RandomBot
def main() -> None: