Skip to content

Commit 0d0b404

Browse files
committed
chore: Remove unnessary import
1 parent fa448be commit 0d0b404

File tree

1 file changed

+0
-2
lines changed
  • rust/operator-binary/src/crd

1 file changed

+0
-2
lines changed

rust/operator-binary/src/crd/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ pub enum Error {
110110

111111
#[versioned(version(name = "v1alpha1"))]
112112
pub mod versioned {
113-
use stackable_operator::versioned::versioned;
114-
115113
/// An HBase cluster stacklet. This resource is managed by the Stackable operator for Apache HBase.
116114
/// Find more information on how to use it and the resources that the operator generates in the
117115
/// [operator documentation](DOCS_BASE_URL_PLACEHOLDER/hbase/).

0 commit comments

Comments
 (0)