From 6484cdf87566bfa0cd33bc0a02a302eaa296401f Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Wed, 12 Oct 2022 17:58:36 +0200 Subject: [PATCH] remove import --- tests/src/lib_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/lib_utils.rs b/tests/src/lib_utils.rs index daccd51e..90d0453b 100644 --- a/tests/src/lib_utils.rs +++ b/tests/src/lib_utils.rs @@ -2,7 +2,7 @@ use chrono::prelude::*; #[cfg(test)] -use ffplayout_lib::{utils::*, vec_strings}; +use ffplayout_lib::utils::*; #[test] fn mock_date_time() {