Skip to content

Commit 0a6f5de

Browse files
Update update_flights_feed_item_string_attribute_value.py (googleads#456)
1 parent 7c61e07 commit 0a6f5de

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

examples/feeds/update_flights_feed_item_string_attribute_value.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ def main(
116116
protobuf_helpers.field_mask(feed_item._pb, updated_feed_item._pb),
117117
)
118118

119-
# Create a field mask using the old feed_item and the updated_feed_item.
120-
feed_item_operation.update_mask.CopyFrom(
121-
protobuf_helpers.field_mask(feed_item._pb, updated_feed_item._pb)
122-
)
123-
124119
response = feed_item_service.mutate_feed_items(
125120
customer_id=customer_id, operations=[feed_item_operation]
126121
)

0 commit comments

Comments
 (0)