Skip to content

Commit c8b148d

Browse files
authored
remove unnecessary "break" from for loop (GoogleCloudPlatform#10506)
1 parent fa41f98 commit c8b148d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asset/snippets/quickstart_searchallresources.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def search_all_resources(
4242
)
4343
for resource in response:
4444
print(resource)
45-
break
4645
# [END asset_quickstart_search_all_resources]
4746

4847

0 commit comments

Comments
 (0)