Skip to content

Commit

Permalink
Remove redundant fields
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Apr 13, 2023
1 parent bfce9a0 commit ae645a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion api/turing/service/router_deployment_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ func generateDockerConfigFromPyfuncConfig(
Endpoint: PyFuncEnsemblerServiceEndpoint,
Port: PyFuncEnsemblerServicePort,
Env: pyfuncConfig.Env,
ServiceAccount: "",
}
}

Expand Down
1 change: 0 additions & 1 deletion api/turing/service/router_deployment_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,5 @@ func TestBuildEnsemblerServiceImage(t *testing.T) {
Endpoint: "/ensemble",
Port: 8083,
Env: routerVersion.Ensembler.PyfuncConfig.Env,
ServiceAccount: "",
})
}

0 comments on commit ae645a6

Please sign in to comment.