Skip to content

Commit

Permalink
remove unnecessary "break" from for loop (#10506)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoshan2002 committed Feb 26, 2024
1 parent fa41f98 commit c8b148d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asset/snippets/quickstart_searchallresources.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def search_all_resources(
)
for resource in response:
print(resource)
break
# [END asset_quickstart_search_all_resources]


Expand Down

0 comments on commit c8b148d

Please sign in to comment.