Skip to content

Commit 7ee4996

Browse files
committed
fix: removed unsued import
1 parent 128e848 commit 7ee4996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluation_function/test/test_correction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
import pytest
9-
from evaluation_function.schemas import FSA, ValidationError, ErrorCode
9+
from evaluation_function.schemas import ValidationError, ErrorCode
1010
from evaluation_function.schemas.utils import make_fsa
1111
from evaluation_function.schemas.result import FSAFeedback, LanguageComparison
1212
from evaluation_function.correction import (

0 commit comments

Comments
 (0)