mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 22:16:10 +00:00
Remove unused import of NaiveDate from polars::export and retain chrono::NaiveDate
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
use polars::error::PolarsError;
|
use polars::error::PolarsError;
|
||||||
use polars::export::chrono::NaiveDate;
|
// use polars::export::chrono::NaiveDate;
|
||||||
|
use chrono::NaiveDate;
|
||||||
use polars::prelude::*;
|
use polars::prelude::*;
|
||||||
use polars::series::Series;
|
use polars::series::Series;
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|||||||
Reference in New Issue
Block a user