Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Styling fixes
  • Loading branch information
pranavrth committed Oct 15, 2024
commit 5d2e5ac3150e331e4e891795aebda0f8b9f71333
3 changes: 2 additions & 1 deletion examples/oauth_oidc_ccloud_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def producer_config(args):

return params


def delivery_report(err, msg):
"""
Reports the failure or success of a message delivery.
Expand Down Expand Up @@ -120,5 +121,5 @@ def main(args):
help="Scopes requested from OAuth server.")
parser.add_argument('--logical-cluster', dest="logical_cluster", required=False, help="Logical Cluster.")
parser.add_argument('--identity-pool-id', dest="identity_pool_id", required=False, help="Identity Pool ID.")

main(parser.parse_args())