Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Shoham Elias <[email protected]>
  • Loading branch information
shohamazon committed Dec 22, 2024
1 parent 7ec079b commit 2026f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/src/client/standalone_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
use super::get_redis_connection_info;
use super::reconnecting_connection::{ReconnectReason, ReconnectingConnection};
use super::{get_redis_connection_info, to_duration, DEFAULT_CONNECTION_ATTEMPT_TIMEOUT};
use super::{to_duration, DEFAULT_CONNECTION_ATTEMPT_TIMEOUT};
use super::{ConnectionRequest, NodeAddress, TlsMode};
use crate::client::types::ReadFrom as ClientReadFrom;
use crate::retry_strategies::RetryStrategy;
Expand Down

0 comments on commit 2026f3b

Please sign in to comment.