From 69d4a17674c8192764a1a3bb1ff9e001b9e61d8d Mon Sep 17 00:00:00 2001 From: "Mr.Xia" <1424473282@qq.com> Date: Sat, 2 May 2026 16:01:06 +0800 Subject: [PATCH] fix: remove nonexistent handle_access import --- danding_bot/plugins/group_horse_racing/commands/__init__.py | 1 - 1 file changed, 1 deletion(-) 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