system HF staff commited on
Commit
8a1d979
1 Parent(s): dc03f7a

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. medal.py +1 -2
medal.py CHANGED
@@ -19,12 +19,11 @@
19
  from __future__ import absolute_import, division, print_function
20
 
21
  import csv
22
- import logging
23
 
24
  import datasets
25
 
26
 
27
- logger = logging.getLogger(__name__)
28
 
29
 
30
  _CITATION = """\
 
19
  from __future__ import absolute_import, division, print_function
20
 
21
  import csv
 
22
 
23
  import datasets
24
 
25
 
26
+ logger = datasets.logging.get_logger(__name__)
27
 
28
 
29
  _CITATION = """\