system HF staff commited on
Commit
8465415
1 Parent(s): d479f1c

Update files from the datasets library (from 1.5.0)

Browse files

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

Files changed (1) hide show
  1. bing_coronavirus_query_set.py +1 -1
bing_coronavirus_query_set.py CHANGED
@@ -46,7 +46,7 @@ class BingCoronavirusQuerySet(datasets.GeneratorBasedBuilder):
46
  queries_by="country",
47
  start_date="2020-09-01",
48
  end_date="2020-09-30",
49
- description=f"Query by: country, start_date: 2020-09-01, end_date: 2020-09-30",
50
  version=datasets.Version(_VERSION),
51
  )
52
  ]
46
  queries_by="country",
47
  start_date="2020-09-01",
48
  end_date="2020-09-30",
49
+ description="Query by: country, start_date: 2020-09-01, end_date: 2020-09-30",
50
  version=datasets.Version(_VERSION),
51
  )
52
  ]