Skip to content

Commit d197f65

Browse files
author
Alexander Indenbaum
committed
control/rebalance.py: flake8 E202 whitespace before '}
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
1 parent 34bd371 commit d197f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/rebalance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def ns_rebalance(self, context, ana_id, dest_ana_id, num, subs_nqn) -> int:
203203
self.logger.debug(f"ret namespace_change_load_balancing_group {ret}")
204204
num_rebalanced += 1
205205
if num_rebalanced >= num:
206-
self.logger.info(f"== Completed rebalance in {time.time() - now } sec for "
206+
self.logger.info(f"== Completed rebalance in {time.time() - now} sec for "
207207
f"{num} namespaces from anagrp {ana_id} to {dest_ana_id} ")
208208
return 0
209209
return 0

0 commit comments

Comments
 (0)