Skip to content

Commit 12f6962

Browse files
Update src/input/datetime.rs
Co-authored-by: Samuel Colvin <[email protected]>
1 parent bf36108 commit 12f6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/datetime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ pub fn float_as_duration<'a>(input: &'a impl Input<'a>, total_seconds: f64) -> V
449449
#[pyclass(module = "pydantic_core._pydantic_core", extends = PyTzInfo)]
450450
#[derive(Clone)]
451451
#[cfg_attr(debug_assertions, derive(Debug))]
452-
pub(crate) struct TzInfo {
452+
pub struct TzInfo {
453453
seconds: i32,
454454
}
455455

0 commit comments

Comments
 (0)