Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 27, 2024
1 parent af5cda2 commit e837323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-python/src/map/lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl ToSeries for PyObject {
unsafe {
let field = ffi::import_field_from_c(schema.as_ref())?;
let array = ffi::import_array_from_c(*array, field.dtype)?;
Series::from_arrow(field.name.into(), array)?
Series::from_arrow(field.name, array)?
}
},
};
Expand Down

0 comments on commit e837323

Please sign in to comment.