Skip to content

Commit

Permalink
pylint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
svaningelgem committed Oct 9, 2023
1 parent ea33d34 commit 39aab54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py-polars/src/lazyframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ use pyo3::prelude::*;
use pyo3::types::{PyBytes, PyDict, PyList};

use crate::arrow_interop::to_rust::pyarrow_schema_to_rust;
use crate::conversion::{parse_cloud_options, Wrap};
#[cfg(feature = "cloud")]
use crate::conversion::parse_cloud_options;
use crate::conversion::Wrap;
use crate::error::PyPolarsErr;
use crate::expr::ToExprs;
use crate::file::get_file_like;
Expand Down

0 comments on commit 39aab54

Please sign in to comment.