Skip to content

Commit 3baebe7

Browse files
authored
Merge pull request #1493 from rrbadiani/751lint-fix
lint fix
2 parents 2d10102 + c01835a commit 3baebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discovery/service/kafka_broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def _build_custom_listeners(self, service_prop: dict) -> tuple:
326326
"port": port
327327
}
328328

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

331331
ssl_enabled = service_prop.get(key2)
332332
if ssl_enabled is not None:

0 commit comments

Comments
 (0)