[Hotfix] Lint (#13864)

This commit is contained in:
Edward Oakes
2021-02-02 14:56:50 -06:00
committed by GitHub
parent 863c1b8282
commit fc956e084a
+4 -1
View File
@@ -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,