Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
brayanjuls committed Oct 21, 2023
1 parent 5225444 commit fa5a0e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/polars-core/src/chunked_array/temporal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use chrono_tz::Tz;
pub use time::time_to_time64ns;

pub use self::conversion::*;
use crate::prelude::ArrayRef;
#[cfg(feature = "timezones")]
use crate::prelude::{polars_bail, PolarsResult};

Expand Down

0 comments on commit fa5a0e1

Please sign in to comment.