system HF staff commited on
Commit
6b8c6ca
1 Parent(s): 2e7ab5f

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. pubmed.py +1 -2
pubmed.py CHANGED
@@ -17,13 +17,12 @@
17
  from __future__ import absolute_import, division, print_function
18
 
19
  import copy
20
- import logging
21
  import xml.etree.ElementTree as etree
22
 
23
  import datasets
24
 
25
 
26
- logger = logging.getLogger(__name__)
27
 
28
 
29
  # Find for instance the citation on arxiv or on the dataset repo/website
 
17
  from __future__ import absolute_import, division, print_function
18
 
19
  import copy
 
20
  import xml.etree.ElementTree as etree
21
 
22
  import datasets
23
 
24
 
25
+ logger = datasets.logging.get_logger(__name__)
26
 
27
 
28
  # Find for instance the citation on arxiv or on the dataset repo/website