We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a38913 commit b2af0bbCopy full SHA for b2af0bb
eval/humaneval.py
@@ -1,6 +1,7 @@
1
from __future__ import annotations
2
-import sys, os
3
-from email.policy import default
+
+import os
4
+import sys
5
6
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
7
from human_eval.data import write_jsonl, read_problems
0 commit comments