mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 13:27:59 +08:00
update
This commit is contained in:
@@ -378,7 +378,7 @@ def import_attr(full_path: str):
|
||||
|
||||
|
||||
async def mock_imported_function(batch):
|
||||
return [await request.body() for request in batch]
|
||||
return [ await request.body() for request in batch]
|
||||
|
||||
|
||||
class MockImportedBackend:
|
||||
|
||||
Reference in New Issue
Block a user