bdsaglam commited on
Commit
e08ee6c
·
1 Parent(s): 9631962

add missing import

Browse files
Files changed (1) hide show
  1. jer.py +2 -0
jer.py CHANGED
@@ -13,6 +13,8 @@
13
  # limitations under the License.
14
  """TODO: Add a description here."""
15
 
 
 
16
  import evaluate
17
  import datasets
18
  import numpy as np
 
13
  # limitations under the License.
14
  """TODO: Add a description here."""
15
 
16
+ from typing import Iterable
17
+
18
  import evaluate
19
  import datasets
20
  import numpy as np