Skip to content

Commit 55309d7

Browse files
author
Paul Duncan
committed
ruff format
1 parent a72a7fc commit 55309d7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

usecases/saved_locations.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,14 @@
6363

6464
# You can search for events within a certain saved-location by providing its location_id
6565
for event in phq.saved_locations.search_event_result_set(
66-
location_id="some_location_id_here",
67-
date_range_type="next_90d",
68-
category="concerts,community",
69-
limit=10,
70-
):
66+
location_id="some_location_id_here",
67+
date_range_type="next_90d",
68+
category="concerts,community",
69+
limit=10,
70+
):
7171
print(event.title, event.start.strftime("%Y-%m-%d"), event.category)
7272

7373

74-
7574
# You can also refresh the insights for a certain saved-location by providing its location_id
7675
phq.saved_locations.refresh_location_insights(location_id="location_id_here")
7776

0 commit comments

Comments
 (0)