mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-10 21:23:39 +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 json
|
||||
from typing import Any
|
||||
from unittest.mock import AsyncMock, MagicMock
|
||||
|
||||
import pytest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user