sagot commited on
Commit
e31a2e6
1 Parent(s): dd03416

Update lefff_morpho.py

Browse files
Files changed (1) hide show
  1. lefff_morpho.py +0 -1
lefff_morpho.py CHANGED
@@ -123,5 +123,4 @@ class LefffMorpho(datasets.GeneratorBasedBuilder):
123
  with open(filepath, encoding="utf-8") as f:
124
  lefff_morpho = json.load(f)
125
  for key, row in enumerate(lefff_morpho):
126
- print(row)
127
  yield key, row
 
123
  with open(filepath, encoding="utf-8") as f:
124
  lefff_morpho = json.load(f)
125
  for key, row in enumerate(lefff_morpho):
 
126
  yield key, row