Skip to content

Commit

Permalink
Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkeliebau committed Jul 18, 2024
1 parent f4dc9c0 commit 6fa086e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/operator-binary/src/kerberos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ use std::collections::BTreeMap;
use indoc::formatdoc;
use snafu::{OptionExt, ResultExt, Snafu};
use stackable_hbase_crd::{
HbaseCluster, HbaseRole, CONFIG_DIR_NAME, TLS_STORE_DIR, TLS_STORE_PASSWORD,
TLS_STORE_VOLUME_NAME,
HbaseCluster, HbaseRole, TLS_STORE_DIR, TLS_STORE_PASSWORD, TLS_STORE_VOLUME_NAME,
};
use stackable_operator::{
builder::pod::{
Expand Down

0 comments on commit 6fa086e

Please sign in to comment.