Skip to content

Commit 0a33281

Browse files
Zarjagentensorflower-gardener
authored andcommitted
Remove unnecessary comma.
PiperOrigin-RevId: 568313920
1 parent 00ec129 commit 0a33281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/nlp/data/wmt_dataloader_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _generate_record_file(filepath, src_lines, tgt_lines, unique_id=False):
4141
}
4242
if unique_id:
4343
features['unique_id'] = tf.train.Feature(
44-
int64_list=tf.train.Int64List(value=[i])),
44+
int64_list=tf.train.Int64List(value=[i]))
4545
example = tf.train.Example(
4646
features=tf.train.Features(
4747
feature=features))

0 commit comments

Comments
 (0)