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 May 18, 2023
1 parent 975cba5 commit 8cecf80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jina/orchestrate/deployments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,9 @@ def __init__(
args.graph_description = (
'{"start-gateway": ["executor"], "executor": ["end-gateway"]}'
)
_update_gateway_args(args, gateway_load_balancer=self._gateway_load_balancer)
_update_gateway_args(

Check warning on line 563 in jina/orchestrate/deployments/__init__.py

View check run for this annotation

Codecov / codecov/patch

jina/orchestrate/deployments/__init__.py#L563

Added line #L563 was not covered by tests
args, gateway_load_balancer=self._gateway_load_balancer
)
self.pod_args['gateway'] = args
else:
self.pod_args['gateway'] = None
Expand Down

0 comments on commit 8cecf80

Please sign in to comment.