mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-05-27 20:11:20 +00:00
fix(tests): add missing from typing import Any in websocket integration tests
Made-with: Cursor
This commit is contained in:
parent
42de13a1a9
commit
ba8bce0f45
@ -8,6 +8,7 @@ from __future__ import annotations
|
|||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import json
|
import json
|
||||||
|
from typing import Any
|
||||||
from unittest.mock import AsyncMock, MagicMock
|
from unittest.mock import AsyncMock, MagicMock
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user