Skip to content

Commit e715b30

Browse files
committed
Removed redundant feedback exception
1 parent 4c720b1 commit e715b30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

evaluation_function/preview.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ def preview_function(response: Any, params: Params) -> Result:
2424

2525
try:
2626
return Result(preview=Preview(sympy=response))
27-
except FeedbackException as e:
28-
return Result(preview=Preview(feedback=str(e)))
2927
except Exception as e:
3028
return Result(preview=Preview(feedback=str(e)))

0 commit comments

Comments
 (0)