reduce unuse import

Signed-off-by: 尹耀德 <yinyaode1@huawei.com>
Change-Id: I54ad2da63b062c28e634a00de3030e80ff4bfe82
This commit is contained in:
尹耀德 2024-03-15 13:00:40 +08:00
parent 89a8736757
commit 424d1e192f

View File

@ -15,7 +15,7 @@
//! This file implement the file operations.
use std::{fmt::format, fs::{self, DirEntry}, path::Path};
use std::{fs::{self, DirEntry}, path::Path};
use asset_definition::{log_throw_error, ErrCode, Result};
use asset_log::logi;