1diff --git a/crates/polars-lazy/src/frame/mod.rs b/crates/polars-lazy/src/frame/mod.rs
2index 2d2ede651..be24b8809 100644
3--- a/crates/polars-lazy/src/frame/mod.rs
4+++ b/crates/polars-lazy/src/frame/mod.rs
5@@ -25,7 +25,7 @@ pub use parquet::*;
6 use polars_core::frame::explode::MeltArgs;
7 use polars_core::prelude::*;
8 use polars_io::RowCount;
9-use polars_plan::dsl::all_horizontal;
10+use polars_plan::dsl::functions::all_horizontal;
11 pub use polars_plan::frame::{AllowedOptimizations, OptState};
12 use polars_plan::global::FETCH_ROWS;
13 #[cfg(any(feature = "ipc", feature = "parquet", feature = "csv"))]