pylint fix

This commit is contained in:
Yixing Fu 2020-07-14 15:31:24 +00:00
parent b24a9ce042
commit 8263f58836

View File

@ -73,7 +73,8 @@ def parse_saved_model(export_dir):
"""Reads the savedmodel.pb or savedmodel.pbtxt file containing `SavedModel`.
Args:
export_dir: String or Pathlike, path to the directory containing the SavedModel file.
export_dir: String or Pathlike, path to the directory containing the
SavedModel file.
Returns:
A `SavedModel` protocol buffer.