Skip to content

Commit a21b840

Browse files
committed
clean up add post collection
1 parent cf35e47 commit a21b840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgraph_core/requests/batch_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def post(
6666
if response is None:
6767
raise ValueError("Failed to get a valid response from the API.")
6868
return response
69-
elif isinstance(batch_request_content, BatchRequestContentCollection):
69+
if isinstance(batch_request_content, BatchRequestContentCollection):
7070
batch_responses = await self.post_batch_collection(batch_request_content, error_map)
7171
return batch_responses
7272

0 commit comments

Comments
 (0)