Skip to content

Commit 0d1b223

Browse files
committed
remove unused input
1 parent 505471c commit 0d1b223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{collections::BTreeSet, num::TryFromIntError};
1+
use std::num::TryFromIntError;
22

33
use snafu::{OptionExt, ResultExt, Snafu};
44
use stackable_operator::{

0 commit comments

Comments
 (0)