gtamkaleidoscope commited on
Commit
9797e5d
1 Parent(s): b82e84f

Update app/util.py

Browse files
Files changed (1) hide show
  1. app/util.py +2 -0
app/util.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  def compare_completion_and_prediction(completion, prediction, verbose=False):
2
  """
3
  a function that compares the completion and prediction
 
1
+ import json
2
+
3
  def compare_completion_and_prediction(completion, prediction, verbose=False):
4
  """
5
  a function that compares the completion and prediction