Skip to content

Commit

Permalink
control/rebalance.py: flake8 E202 whitespace before '}
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <[email protected]>
  • Loading branch information
Alexander Indenbaum committed Jan 12, 2025
1 parent 34bd371 commit d197f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/rebalance.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def ns_rebalance(self, context, ana_id, dest_ana_id, num, subs_nqn) -> int:
self.logger.debug(f"ret namespace_change_load_balancing_group {ret}")
num_rebalanced += 1
if num_rebalanced >= num:
self.logger.info(f"== Completed rebalance in {time.time() - now } sec for "
self.logger.info(f"== Completed rebalance in {time.time() - now} sec for "
f"{num} namespaces from anagrp {ana_id} to {dest_ana_id} ")
return 0
return 0

0 comments on commit d197f65

Please sign in to comment.