Skip to content

Commit

Permalink
Merge pull request #1493 from rrbadiani/751lint-fix
Browse files Browse the repository at this point in the history
lint fix
  • Loading branch information
rrbadiani authored Oct 9, 2023
2 parents 2d10102 + c01835a commit 3baebe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/service/kafka_broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _build_custom_listeners(self, service_prop: dict) -> tuple:
"port": port
}

non_standard_protocol = {'GSSAPI':'kerberos', 'SCRAM-SHA-512':'scram', 'SCRAM-SHA-256':'scram256', 'PLAIN':'plain', 'OAUTHBEARER':'oauth'}
non_standard_protocol = {'GSSAPI': 'kerberos', 'SCRAM-SHA-512': 'scram', 'SCRAM-SHA-256': 'scram256', 'PLAIN': 'plain', 'OAUTHBEARER': 'oauth'}

ssl_enabled = service_prop.get(key2)
if ssl_enabled is not None:
Expand Down

0 comments on commit 3baebe7

Please sign in to comment.