Skip to content

Commit

Permalink
style: fix overload and cli autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
jina-bot committed Nov 22, 2023
1 parent b73cd90 commit 8eadabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jina/orchestrate/deployments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def _call_add_voters(leader, voters, replica_ids, name, event_signal=None):
# makes it impossible to do tests sequentially
print(f'add_voter-{name}: call add voters started', flush=True)
import jraft

print(f'add_voter-{name}: jraft imported', flush=True)
print(f'add_voter-{name}: Replica IDS {replica_ids}', flush=True)
logger = JinaLogger(context=f'add_voter-{name}', name=f'add_voter-{name}')
Expand Down

0 comments on commit 8eadabb

Please sign in to comment.