Skip to content

Commit 65c53ef

Browse files
committed
Update hybrid_browser_toolkit_ts.py
1 parent 4469888 commit 65c53ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

camel/toolkits/hybrid_browser_toolkit/hybrid_browser_toolkit_ts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# ========= Copyright 2023-2024 @ CAMEL-AI.org. All Rights Reserved. =========
1414
# =========
1515

16+
import asyncio
1617
import contextlib
1718
import time
1819
from typing import (
@@ -1463,8 +1464,6 @@ def col_to_letter(col_idx: int) -> str:
14631464
{'operations': chunk, 'skipStabilityWait': True},
14641465
)
14651466
# Small delay between chunks
1466-
import asyncio
1467-
14681467
await asyncio.sleep(0.2)
14691468

14701469
# Wait a bit for the last input to settle

0 commit comments

Comments
 (0)