Skip to content

Commit 9c8ce99

Browse files
committed
[Deploy] Nit.
1 parent e7e974d commit 9c8ce99

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/fedml/computing/scheduler/model_scheduler/worker_protocol_manager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def _init_extra_items(self):
8181
client_api_pids = RunProcessUtils.get_pid_from_cmd_line(client_api_cmd)
8282

8383
worker_proxy_port = ClientConstants.get_inference_worker_proxy_port()
84-
if worker_proxy_port_frm_env is not None:
85-
worker_proxy_port = int(worker_proxy_port_frm_env)
8684

8785
if client_api_pids is None or len(client_api_pids) <= 0:
8886
# Start local API services

0 commit comments

Comments
 (0)