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 10:16:28 +00:00 committed by Xubin Ren
parent 42de13a1a9
commit ba8bce0f45

View File

@ -8,6 +8,7 @@ from __future__ import annotations
import asyncio
import json
from typing import Any
from unittest.mock import AsyncMock, MagicMock
import pytest