Skip to content

Commit c0b30e9

Browse files
committed
Remove unused ignore.
1 parent 3e17daa commit c0b30e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gpt-2/utils/data_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def convert_examples_to_features_and_output_to_files(
5454
"text_ids": text_ids,
5555
"length": length
5656
}
57-
writer.write(features) # type: ignore
57+
writer.write(features)
5858

5959

6060
def prepare_pickle_data(data_dir: str,

0 commit comments

Comments
 (0)