Skip to content

Commit

Permalink
Fix leap second import in python
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Apr 25, 2024
1 parent 693dc7a commit 8ef8a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epoch/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::{prelude::Format, Duration, Epoch, Errors, TimeScale};

use core::str::FromStr;

use crate::leap_seconds_file::LeapSecondsFile;
use crate::epoch::leap_seconds_file::LeapSecondsFile;
use pyo3::prelude::*;
use pyo3::pyclass::CompareOp;
use pyo3::types::PyType;
Expand Down

0 comments on commit 8ef8a78

Please sign in to comment.