Skip to content

Commit b9ae2d8

Browse files
committed
lint 2
1 parent 33d9f71 commit b9ae2d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sdks/python/apache_beam/ml/inference/vertex_ai_inference.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,8 @@ def request(
228228
return utils._convert_to_result(
229229
batch, prediction.predictions, prediction.deployed_model_id)
230230

231-
def _parse_invoke_response(
232-
self, batch: Sequence[Any],
233-
response: bytes) -> Iterable[PredictionResult]:
231+
def _parse_invoke_response(self, batch: Sequence[Any],
232+
response: bytes) -> Iterable[PredictionResult]:
234233
"""Parses the response from Endpoint.invoke() into PredictionResults.
235234
236235
Args:

0 commit comments

Comments
 (0)