Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jan 10, 2025
1 parent 05bebda commit 7dc5ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions crates/rugpi-bakery/src/tester/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ use std::path::Path;
use std::sync::Mutex;
use std::time::Duration;

use tokio::fs;
use tracing::info;

use reportify::{ErrorExt, Report, ResultExt};
use reportify::{ErrorExt, ResultExt};

use rugpi_cli::style::{Style, Stylize};
use rugpi_cli::widgets::{Heading, ProgressBar, ProgressSpinner, Text, Widget};
Expand Down
2 changes: 1 addition & 1 deletion crates/rugpi-bakery/src/tester/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use byte_calc::NumBytes;
use reportify::{bail, whatever, ErrorExt, Report, ResultExt, Whatever};
use rugpi_cli::style::Stylize;
use rugpi_cli::widgets::{Heading, Text, Widget};
use rugpi_cli::{cli_msg, StatusSegment, VisualHeight};
use rugpi_cli::{StatusSegment, VisualHeight};

use russh::client::Handle;
use russh::keys::key::PrivateKeyWithHashAlg;
Expand Down

0 comments on commit 7dc5ea7

Please sign in to comment.