Spaces:
Sleeping
Sleeping
朱东升
commited on
Commit
·
906bdbc
1
Parent(s):
e81a1eb
requirements update22
Browse files- src/libeval.py +1 -1
src/libeval.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import signal
|
| 3 |
import subprocess
|
| 4 |
from typing import List
|
| 5 |
-
import generic_eval
|
| 6 |
|
| 7 |
def testing_mail(x, y, z):
|
| 8 |
generic_eval.gmain(x, y, z)
|
|
|
|
| 2 |
import signal
|
| 3 |
import subprocess
|
| 4 |
from typing import List
|
| 5 |
+
from . import generic_eval
|
| 6 |
|
| 7 |
def testing_mail(x, y, z):
|
| 8 |
generic_eval.gmain(x, y, z)
|