Skip to content

Commit b2af0bb

Browse files
committed
Remove stray import.
1 parent 3a38913 commit b2af0bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

eval/humaneval.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import annotations
2-
import sys, os
3-
from email.policy import default
2+
3+
import os
4+
import sys
45

56
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
67
from human_eval.data import write_jsonl, read_problems

0 commit comments

Comments
 (0)