mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:23:15 +08:00
[Hotfix] Lint (#13864)
This commit is contained in:
@@ -399,7 +399,10 @@ class MockImportedBackend:
|
||||
} for _ in range(len(batch))]
|
||||
|
||||
async def other_method(self, batch):
|
||||
return [await request.body() for request in batch]
|
||||
responses = []
|
||||
for request in batch:
|
||||
responses.append(await request.body())
|
||||
return responses
|
||||
|
||||
|
||||
def compute_iterable_delta(old: Iterable,
|
||||
|
||||
Reference in New Issue
Block a user