Skip to content

Commit ad08af0

Browse files
committed
rust/tests: remove unused imports
1 parent bb15dec commit ad08af0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/rust/bitbox02-rust/src/hww/api/cardano/sign_transaction.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ mod tests {
329329
use super::*;
330330
use crate::bb02_async::block_on;
331331
use crate::workflow::testing::{Screen, TestingWorkflows};
332-
use crate::workflow::RealWorkflows;
333332
use alloc::boxed::Box;
334333
use bitbox02::testing::mock_unlocked;
335334
use util::bip32::HARDENED; // instead of TestingWorkflows until the tests are migrated

src/rust/bitbox02-rust/src/hww/api/set_device_name.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ mod tests {
4747

4848
use crate::bb02_async::block_on;
4949
use crate::workflow::testing::{Screen, TestingWorkflows};
50-
use crate::workflow::RealWorkflows;
5150
use alloc::boxed::Box;
5251
use bitbox02::testing::mock_memory;
5352

0 commit comments

Comments
 (0)