This commit is contained in:
simon-mo
2021-02-15 13:06:25 -08:00
parent 9ebc307a99
commit a8ee0ed7fc
4 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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: