mirror of
https://gitee.com/openharmony/security_asset
synced 2025-02-19 16:00:52 +00:00
reduce unuse import
Signed-off-by: 尹耀德 <yinyaode1@huawei.com> Change-Id: I54ad2da63b062c28e634a00de3030e80ff4bfe82
This commit is contained in:
parent
89a8736757
commit
424d1e192f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user