mirror of
https://github.com/samba-team/samba.git
synced 2025-07-15 16:59:09 +03:00
PEP8: fix E241: multiple spaces after ','
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
@ -320,7 +320,7 @@ class cmd_reps(GraphCommand):
|
||||
if partition is None or part == partition:
|
||||
nc_reps[part]['needed'].append((dsa_dn, rep))
|
||||
|
||||
all_edges = {'needed': {'to': [], 'from': []},
|
||||
all_edges = {'needed': {'to': [], 'from': []},
|
||||
'current': {'to': [], 'from': []}}
|
||||
|
||||
short_partitions, long_partitions = get_partition_maps(local_kcc.samdb)
|
||||
|
Reference in New Issue
Block a user