Skip to content

Commit

Permalink
Remove stray import.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaEnjoyer committed Sep 24, 2024
1 parent 3a38913 commit b2af0bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eval/humaneval.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations
import sys, os
from email.policy import default

import os
import sys

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

0 comments on commit b2af0bb

Please sign in to comment.