Skip to content

Commit 55f9e0c

Browse files
minor changes
1 parent 6bcf21a commit 55f9e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/evaluation_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22

33
try:
4-
from .evaluation import Params, evaluation_function
4+
from evaluation import Params, evaluation_function
55
except ImportError:
66
from evaluation import Params, evaluation_function
77
from evaluation_test_cases import test_cases, test_cases2

0 commit comments

Comments
 (0)