Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Apr 23, 2024
1 parent 905995b commit 14fa9c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions crates/polars-lazy/src/physical_plan/executors/scan/csv.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use std::path::PathBuf;

use polars_io::csv::read::{CsvEncoding, CsvParserOptions, CsvReader};

use super::*;

pub struct CsvExec {
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-plan/src/logical_plan/conversion/scans.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use std::io::Read;
use std::path::PathBuf;

#[cfg(feature = "csv")]
use polars_io::csv::read::CsvParserOptions;
#[cfg(feature = "cloud")]
use polars_io::pl_async::get_runtime;
use polars_io::prelude::*;
Expand Down

0 comments on commit 14fa9c7

Please sign in to comment.