Skip to content

Commit

Permalink
Fixes linter
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <elena@kolevska.com>
  • Loading branch information
elena-kolevska committed Sep 30, 2024
1 parent 894e523 commit 045ca7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pubsub-streaming/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
topic_name='TOPIC_A',
data=json.dumps(req_data),
data_content_type='application/json',
publish_metadata={'ttlInSeconds': '100', 'rawPayload': 'false'}
publish_metadata={'ttlInSeconds': '100', 'rawPayload': 'false'},
)

# Print the request
Expand Down

0 comments on commit 045ca7c

Please sign in to comment.