Skip to content

Commit 6757b5e

Browse files
committed
remove unused imports after suggestion
1 parent c030c38 commit 6757b5e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rust/operator-binary/src/config/client_protocol.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ impl ResolvedClientProtocolConfig {
124124
#[cfg(test)]
125125
mod tests {
126126
use super::*;
127-
use crate::crd::{client_protocol::ClientSpoolingProtocolConfig, s3::S3Config};
128127

129128
#[tokio::test]
130129
async fn test_spooling_config() {
@@ -141,7 +140,6 @@ mod tests {
141140
let config = serde_yaml::with::singleton_map_recursive::deserialize(deserializer)
142141
.expect("invalid test input");
143142

144-
145143
let resolved_spooling_config = ResolvedClientProtocolConfig::from_config(
146144
&config, None, // No client, so no external resolution
147145
"default",

0 commit comments

Comments
 (0)