From 03a144fa56a19b695d237e2aefc60041f0232d9a Mon Sep 17 00:00:00 2001 From: yihong Date: Mon, 13 Jan 2025 12:08:36 +0800 Subject: [PATCH] chore: drop useless import raw_normalize_path in object-store lib (#5349) chore: drop use less import raw_normalize_path in store lib Signed-off-by: yihong0618 --- src/object-store/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object-store/src/lib.rs b/src/object-store/src/lib.rs index 851484a0cf..b727b67352 100644 --- a/src/object-store/src/lib.rs +++ b/src/object-store/src/lib.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -pub use opendal::raw::{normalize_path as raw_normalize_path, Access, HttpClient}; +pub use opendal::raw::{Access, HttpClient}; pub use opendal::{ services, Buffer, Builder as ObjectStoreBuilder, Entry, EntryMode, Error, ErrorKind, FuturesAsyncReader, FuturesAsyncWriter, Lister, Metakey, Operator as ObjectStore, Reader,