system HF staff commited on
Commit
324ed49
1 Parent(s): 8f753e2

Update files from the datasets library (from 1.16.0)

Browse files

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

Files changed (1) hide show
  1. telugu_news.py +1 -4
telugu_news.py CHANGED
@@ -84,10 +84,7 @@ class TeluguNews(datasets.GeneratorBasedBuilder):
84
 
85
  if not os.path.exists(data_dir):
86
  raise FileNotFoundError(
87
- "{} does not exist. Download instructions: {} ".format(
88
- data_dir,
89
- self.manual_download_instructions,
90
- )
91
  )
92
 
93
  return [
84
 
85
  if not os.path.exists(data_dir):
86
  raise FileNotFoundError(
87
+ f"{data_dir} does not exist. Download instructions: {self.manual_download_instructions} "
 
 
 
88
  )
89
 
90
  return [