fix: Add RecoverableError

--- don't change below this line ---
ENG-4076 <#DTT#>
This commit is contained in:
Diana Carvalho
2025-01-17 17:02:44 +00:00
parent bab5caa6f8
commit af6d73a540
4 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,4 @@
use crate::encoding::{
errors::EncodingError,
models::{ActionType, Solution},
};
use crate::encoding::{errors::EncodingError, models::Solution};
#[allow(dead_code)]
pub trait StrategyEncoder {