Skip to content

Commit

Permalink
Remove unused ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector committed Mar 26, 2021
1 parent 3e17daa commit c0b30e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gpt-2/utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def convert_examples_to_features_and_output_to_files(
"text_ids": text_ids,
"length": length
}
writer.write(features) # type: ignore
writer.write(features)


def prepare_pickle_data(data_dir: str,
Expand Down

0 comments on commit c0b30e9

Please sign in to comment.