Skip to content

Commit

Permalink
chore: drop use less import raw_normalize_path in store lib
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Jan 13, 2025
1 parent f069ea0 commit 7e6372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object-store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e6372d

Please sign in to comment.