mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 13:10:00 +00:00
Remove unused import of NaiveDate from polars::export and retain chrono::NaiveDate
This commit is contained in:
parent
bbdbc3d8e6
commit
e4412c638b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user