From 2c57fbcdf541bd916cabdbc29308e0d413907932 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Wed, 18 Mar 2026 16:02:31 -0500 Subject: [PATCH] fix: remove dead real_notify import in test Co-Authored-By: Claude Opus 4.6 (1M context) --- tests/test_complete_game_hook.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_complete_game_hook.py b/tests/test_complete_game_hook.py index 7d68709..6b6f07f 100644 --- a/tests/test_complete_game_hook.py +++ b/tests/test_complete_game_hook.py @@ -127,8 +127,6 @@ async def test_hook_processes_tier_ups_from_evo_result(): channel = _make_channel() db_game = {"id": 99} - from command_logic.logic_gameplay import notify_tier_completion as real_notify - try: await db_post_mock(f"season-stats/update-game/{db_game['id']}") evo_result = await db_post_mock(f"evolution/evaluate-game/{db_game['id']}")