adrienbrdne commited on
Commit
42c7d89
·
verified ·
1 Parent(s): 4dab8b1

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -656,7 +656,7 @@ Try to be about the same length as the examples if possible."""
656
  final_output.append(
657
  ProblemDescriptionItem(
658
  problem_description=problem_description,
659
- problematic=problematic
660
  score=score
661
  )
662
  )
 
656
  final_output.append(
657
  ProblemDescriptionItem(
658
  problem_description=problem_description,
659
+ problematic=problematic,
660
  score=score
661
  )
662
  )