Skip to content

Commit

Permalink
Add missing closing tag in add_customer_match_user_list example (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurachevalier4 committed Mar 10, 2023
1 parent ce56e31 commit b6a5dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/remarketing/add_customer_match_user_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 363,7 @@ def build_offline_user_data_job_operations(client):
operations.append(operation)

return operations
# [END add_customer_match_user_list_2]


def check_job_status(client, customer_id, offline_user_data_job_resource_name):
Expand Down

0 comments on commit b6a5dff

Please sign in to comment.