Skip to content

Commit a0d3548

Browse files
author
Max Wang
committed
remove unintended change
1 parent b0b3f0b commit a0d3548

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ Pass a list of payloads to `create(logical_name, payloads)` to invoke the collec
156156
```python
157157
# Bulk create accounts (returns list of GUIDs)
158158
payloads = [
159-
{"name": "Contoso"},
160-
{"name": "Fabrikam"},
161-
{"name": "Northwind"},
159+
{"name": "Contoso"},
160+
{"name": "Fabrikam"},
161+
{"name": "Northwind"},
162162
]
163163
ids = client.create("account", payloads)
164164
assert isinstance(ids, list) and all(isinstance(x, str) for x in ids)

0 commit comments

Comments
 (0)