mnemlaghi commited on
Commit
35698fc
1 Parent(s): 6a16b73
Files changed (1) hide show
  1. widdd.py +1 -1
widdd.py CHANGED
@@ -92,5 +92,5 @@ class Widdd(datasets.GeneratorBasedBuilder):
92
  """Yields examples."""
93
  with open(filepath, encoding = "utf8") as fp:
94
  for l in fp:
95
- d = json.loads(l.decode('utf8'))
96
  yield d
 
92
  """Yields examples."""
93
  with open(filepath, encoding = "utf8") as fp:
94
  for l in fp:
95
+ d = json.loads(l)
96
  yield d