Skip to content

Commit bd33b32

Browse files
chore(hopper): drop unused asyncio imports in hopper tests
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent dfb0efb commit bd33b32

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tests/hopper/test_model_router_preload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
import asyncio
65
from dataclasses import dataclass, field
76
from typing import Any
87

tests/hopper/test_model_router_warmup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from __future__ import annotations
44

5-
import asyncio
65
from dataclasses import dataclass, field
76
from typing import Any
87

0 commit comments

Comments
 (0)