Fix pylint warning

This commit is contained in:
frreiss 2019-05-22 17:13:36 -07:00
parent 4c7cf10b6c
commit 5060dd212e

View File

@ -270,8 +270,8 @@ class WrappedFunction(function.ConcreteFunction):
Also extracts ops from `fetches`. Also extracts ops from `fetches`.
Args: Args:
fetch: The fetch to preprocess: Tensor, TensorInfo, or Operation, or string fetch: The fetch to preprocess: Tensor, TensorInfo, or Operation, or
identifying a Tensor or Operation. string identifying a Tensor or Operation.
Returns: Returns:
`fetch` converted to a Tensor. `fetch` converted to a Tensor.