Skip to content

Commit c6a904a

Browse files
author
Antonio Bennett
committed
Fix: Remove unused Error import in helper.rs
- Cleans up compilation warning from file module.
1 parent e6e4e41 commit c6a904a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ mod file {
191191
}
192192
}
193193

194-
use crate::{cache::models::Problem, Error};
194+
use crate::cache::models::Problem;
195195

196196
/// Generate test cases path by fid
197197
pub fn test_cases_path(problem: &Problem) -> crate::Result<String> {

0 commit comments

Comments
 (0)