Skip to content

Commit

Permalink
Fixed issue #463 correcting syntax in SCHEMA_EMPTY message.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 262996146
  • Loading branch information
tfx-copybara authored and tensorflow-extended-team committed Aug 12, 2019
1 parent 78dfdf4 commit 1dfc19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tfx/components/transform/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
"""Messages used in transform executor."""

SCHEMA_EMPTY = 'Schema was empty. The Transform component requires a full '
'schema to be provided as an external config. '
SCHEMA_EMPTY = ('Schema was empty. The Transform component requires a full '
'schema to be provided as an external config.')

0 comments on commit 1dfc19f

Please sign in to comment.