fix(tests): add missing from typing import Any in websocket integration tests

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-04-09 18:22:35 +08:00
committed by Xubin Ren
parent 42de13a1a9
commit ba8bce0f45
@@ -8,6 +8,7 @@ from __future__ import annotations
import asyncio
import json
from typing import Any
from unittest.mock import AsyncMock, MagicMock
import pytest