system HF staff commited on
Commit
e493893
1 Parent(s): f6b6030

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  1. bbc_hindi_nli.py +1 -1
bbc_hindi_nli.py CHANGED
@@ -144,7 +144,7 @@ class BbcHindiNLI(datasets.GeneratorBasedBuilder):
144
  ]
145
 
146
  def _generate_examples(self, filepath):
147
- """ Yields examples. """
148
 
149
  with open(filepath, encoding="utf-8") as tsv_file:
150
  tsv_reader = csv.reader(tsv_file, delimiter="\t")
144
  ]
145
 
146
  def _generate_examples(self, filepath):
147
+ """Yields examples."""
148
 
149
  with open(filepath, encoding="utf-8") as tsv_file:
150
  tsv_reader = csv.reader(tsv_file, delimiter="\t")