2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-30 14:58:15 +00:00

Fix syntax error in the recent code

This commit is contained in:
Jarrod Johnson
2018-05-22 11:00:30 -04:00
parent 3b2a18a650
commit 57e323786e

View File

@@ -200,7 +200,7 @@ def _rpc_master_del_nodes(tenant, nodes):
ConfigManager(tenant).del_nodes(nodes)
def _rpc_del_nodes(tenant, nodes)
def _rpc_del_nodes(tenant, nodes):
ConfigManager(tenant)._true_del_nodes(nodes)