system HF staff commited on
Commit
e7f4c9e
1 Parent(s): c421806

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. gnad10.py +1 -1
gnad10.py CHANGED
@@ -77,7 +77,7 @@ class Gnad10(datasets.GeneratorBasedBuilder):
77
  ]
78
 
79
  def _generate_examples(self, filepath):
80
- """Generate German news articles examples. """
81
 
82
  with open(filepath, encoding="utf-8") as csv_file:
83
  csv_reader = csv.reader(csv_file, delimiter=";", quotechar="'", quoting=csv.QUOTE_ALL)
 
77
  ]
78
 
79
  def _generate_examples(self, filepath):
80
+ """Generate German news articles examples."""
81
 
82
  with open(filepath, encoding="utf-8") as csv_file:
83
  csv_reader = csv.reader(csv_file, delimiter=";", quotechar="'", quoting=csv.QUOTE_ALL)