Skip to content

Commit

Permalink
fix feature for pylist (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Aug 16, 2024
1 parent a2a31be commit a40590d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyo3-polars/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use pyo3::intern;
use pyo3::prelude::*;
use pyo3::pybacked::PyBackedStr;
use pyo3::types::PyDict;
#[cfg(feature = "dtype-full")]
#[cfg(feature = "dtype-struct")]
use pyo3::types::PyList;

#[cfg(feature = "dtype-categorical")]
Expand Down

0 comments on commit a40590d

Please sign in to comment.