mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-28 02:42:34 +00:00
fix(core): clippy warning
[no changelog]
This commit is contained in:
parent
ec4e6de040
commit
17f2d05baa
@ -1,16 +1,15 @@
|
||||
#[cfg(not(feature = "clippy"))]
|
||||
use crate::ui::component::{
|
||||
text::paragraphs::{ParagraphSource, Paragraphs},
|
||||
Component, Timeout,
|
||||
};
|
||||
use crate::{
|
||||
error::Error,
|
||||
micropython::{obj::Obj, util::new_tuple},
|
||||
ui::{
|
||||
component::{
|
||||
text::paragraphs::{ParagraphSource, Paragraphs},
|
||||
Component, Timeout,
|
||||
},
|
||||
layout::{
|
||||
device_menu_result::*,
|
||||
obj::ComponentMsgObj,
|
||||
result::{CANCELLED, CONFIRMED, INFO},
|
||||
},
|
||||
ui::layout::{
|
||||
device_menu_result::*,
|
||||
obj::ComponentMsgObj,
|
||||
result::{CANCELLED, CONFIRMED, INFO},
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user