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`.
Args:
fetch: The fetch to preprocess: Tensor, TensorInfo, or Operation, or string
identifying a Tensor or Operation.
fetch: The fetch to preprocess: Tensor, TensorInfo, or Operation, or
string identifying a Tensor or Operation.
Returns:
`fetch` converted to a Tensor.