Skip to content

Commit 47b3a23

Browse files
committed
remove inline import.
1 parent e75ccd7 commit 47b3a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ldai/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import asyncio
12
import logging
23
from typing import Any, Dict, List, Optional, Tuple
34

@@ -223,7 +224,6 @@ async def create_judge_for_config(judge_key: str):
223224
for judge_config in judge_configs
224225
]
225226

226-
import asyncio
227227
results = await asyncio.gather(*judge_promises, return_exceptions=True)
228228

229229
for result in results:

0 commit comments

Comments
 (0)