Skip to content

Commit

Permalink
refactor: remove unnecessary imports
Browse files Browse the repository at this point in the history
Signed-off-by: innocentzero <[email protected]>
  • Loading branch information
InnocentZero committed May 11, 2024
1 parent dec7840 commit f4954b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/steps/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ use color_eyre::eyre::Result;
use semver::{Version, VersionReq};
use serde_json::Value;
use tempfile::tempfile_in;
use tracing::instrument::WithSubscriber;
use tracing::{debug, error};
use tracing_subscriber::fmt::writer::MakeWriterExt;

use crate::command::{CommandExt, Utf8Output};
use crate::execution_context::ExecutionContext;
Expand Down

0 comments on commit f4954b1

Please sign in to comment.