diff --git a/danding_bot/plugins/group_horse_racing/commands/__init__.py b/danding_bot/plugins/group_horse_racing/commands/__init__.py index 97ba58f..03fa2ed 100644 --- a/danding_bot/plugins/group_horse_racing/commands/__init__.py +++ b/danding_bot/plugins/group_horse_racing/commands/__init__.py @@ -11,7 +11,6 @@ from .shared import ( ) # Re-export public names for external callers (test_commands, etc.) -from .access import handle_access # noqa: just to ensure module loads from .register import handle_register from .bet import handle_cancel, handle_cancel_bet, handle_bet, handle_odds from .race import handle_race_list, handle_start