Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Xiayue Charles Lin <[email protected]>
  • Loading branch information
Xiayue Charles Lin committed Oct 21, 2022
1 parent 4649f6c commit 4e4765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ def write_tfrecords(
The `TFRecord <https://www.tensorflow.org/tutorials/load_data/tfrecord>`_
files will contain
`tf.train.Example <https://www.tensorflow.org/api_docs/python/tf/train/Example>`_ # doctest: +SKIP
`tf.train.Example <https://www.tensorflow.org/api_docs/python/tf/train/Example>`_ # noqa: E501
records, with one Example record for each row in the dataset.
.. warning::
Expand Down

0 comments on commit 4e4765d

Please sign in to comment.