Skip to content

Commit

Permalink
- lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaja committed Sep 7, 2024
1 parent 178ca90 commit 860f373
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/csvparser.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
use nom::{
bytes::complete::tag,
bytes::complete::take,
error::Error,
multi::many_m_n,
number::complete::double,
sequence::tuple,
bytes::complete::tag, bytes::complete::take, error::Error, multi::many_m_n,
number::complete::double, sequence::tuple,
};
use polars::prelude::*;

Expand Down

0 comments on commit 860f373

Please sign in to comment.