We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da8793 commit 12f22bbCopy full SHA for 12f22bb
samples/batch_requests/batch_request_with_collection.py
@@ -52,13 +52,6 @@
52
batch_request_item1 = BatchRequestItem(request_information=request_info1)
53
batch_request_item2 = BatchRequestItem(request_information=request_info2)
54
55
-# Create batch request content
56
-# Create a BatchRequestContent instance and add requests
57
-batch_request_content_items = [batch_request_item1, batch_request_item2]
58
-batch_request_content = BatchRequestContent(requests=batch_request_content_items)
59
-batch_request_content.add_request(batch_request_item1)
60
-batch_request_content.add_request(batch_request_item2)
61
-
62
# Add a request using RequestInformation directly
63
batch_request_content.add_request_information(request_info1)
64
print(
0 commit comments