Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
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.
|
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 = """\
|