system HF staff commited on
Commit
23cc825
1 Parent(s): ff20cf1

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. crime_and_punish.py +1 -1
crime_and_punish.py CHANGED
@@ -68,7 +68,7 @@ class CrimeAndPunish(datasets.GeneratorBasedBuilder):
68
  ),
69
  ]
70
  else:
71
- raise ValueError("{} does not exist".format(self.config.name))
72
 
73
  def _generate_examples(self, data_file, split):
74
 
 
68
  ),
69
  ]
70
  else:
71
+ raise ValueError(f"{self.config.name} does not exist")
72
 
73
  def _generate_examples(self, data_file, split):
74