Skip to content

Commit

Permalink
removing unnecessary spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh4444 authored Apr 13, 2024
1 parent 3ebad68 commit 7139975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/rust/user-guide/getting-started/reading-writing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
// --8<-- [start:dataframe]
use std::fs::File;

use chrono::prelude::*;

use polars::prelude::*;

let mut df: DataFrame = df!(
Expand Down

0 comments on commit 7139975

Please sign in to comment.