fix: remove nonexistent handle_access import

This commit is contained in:
2026-05-02 16:01:06 +08:00
parent a952760cf8
commit 69d4a17674

View File

@@ -11,7 +11,6 @@ from .shared import (
) )
# Re-export public names for external callers (test_commands, etc.) # 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 .register import handle_register
from .bet import handle_cancel, handle_cancel_bet, handle_bet, handle_odds from .bet import handle_cancel, handle_cancel_bet, handle_bet, handle_odds
from .race import handle_race_list, handle_start from .race import handle_race_list, handle_start