Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Nov 7, 2024
1 parent d55fde6 commit 640a513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-denormalized/src/datastream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl PyDataStream {
let ds = self.ds.as_ref().clone().with_column(name, expr.into())?;
Ok(Self::new(ds))
}

pub fn drop_columns(&self, columns: Vec<String>) -> Result<Self> {
let columns_ref: Vec<&str> = columns.iter().map(|s| s.as_str()).collect();

Expand Down

0 comments on commit 640a513

Please sign in to comment.