From a4ed8c745d3761071761b229030e753eecab0590 Mon Sep 17 00:00:00 2001 From: ikolomi Date: Sun, 1 Dec 2024 20:59:13 +0200 Subject: [PATCH] Merge fixups Signed-off-by: ikolomi --- node/rust-client/src/lib.rs | 4 ++-- python/src/lib.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/node/rust-client/src/lib.rs b/node/rust-client/src/lib.rs index b15b18f521..52c9128320 100644 --- a/node/rust-client/src/lib.rs +++ b/node/rust-client/src/lib.rs @@ -1,8 +1,8 @@ -use glide_core::Telemetry; -use redis::GlideConnectionOptions; /** * Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */ +use glide_core::Telemetry; +use redis::GlideConnectionOptions; #[cfg(not(target_env = "msvc"))] use tikv_jemallocator::Jemalloc; diff --git a/python/src/lib.rs b/python/src/lib.rs index 6b41123dd3..fdfa83236d 100644 --- a/python/src/lib.rs +++ b/python/src/lib.rs @@ -1,8 +1,8 @@ -use bytes::Bytes; -use glide_core::client::FINISHED_SCAN_CURSOR; /** * Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */ +use bytes::Bytes; +use glide_core::client::FINISHED_SCAN_CURSOR; use glide_core::start_socket_listener; use glide_core::Telemetry; use glide_core::MAX_REQUEST_ARGS_LENGTH;