From f46939b7ec807d1709b93ec9e4d227cea859d2fd Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 16 Oct 2019 13:50:23 -0400 Subject: [PATCH] Add missing comma to api attributes --- confluent_server/confluent/config/attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 73e37e31..c2298ce2 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -105,7 +105,7 @@ node = { 'The format is an expiration time in ISO8601 format. When ' 'the indicated time passes or the first time a node claims ' 'the key, key grants will not be allowed.'), - } + }, #'id': { # 'description': ('Numeric identifier for node') #},