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 55309d7 commit c49bd87Copy full SHA for c49bd87
README.md
@@ -330,11 +330,11 @@ phq = Client(access_token="abc123")
330
331
332
for saved_location in phq.saved_locations.search(
333
- labels=["test", "retail"],
334
- q="London",
335
- sort="-created",
336
- ):
337
- print(saved_location.location_id, saved_location.create_dt, saved_location.status)
+ labels=["test", "retail"],
+ q="London",
+ sort="-created",
+ ):
+ print(saved_location.location_id, saved_location.create_dt, saved_location.status)
338
```
339
340
0 commit comments