Skip to content

Commit 100669a

Browse files
committed
chore(instrumentation): Remove unused import
1 parent fd23298 commit 100669a

File tree

1 file changed

+1
-1
lines changed
  • rust/stackablectl/src/cli

1 file changed

+1
-1
lines changed

rust/stackablectl/src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::env;
33
use clap::{Parser, Subcommand, ValueEnum};
44
use directories::ProjectDirs;
55
use snafu::{ResultExt, Snafu};
6-
use tracing::{debug, instrument, Level};
6+
use tracing::{instrument, Level};
77

88
use stackable_cockpit::{
99
constants::{HELM_REPO_NAME_DEV, HELM_REPO_NAME_STABLE, HELM_REPO_NAME_TEST},

0 commit comments

Comments
 (0)