Skip to content

Commit 86e8421

Browse files
committed
remove
1 parent 7cd0d41 commit 86e8421

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/input/datetime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ pub struct TzInfo {
548548
#[pymethods]
549549
impl TzInfo {
550550
#[new]
551-
#[pyo3(signature = (seconds))]
552551
fn py_new(seconds: f32) -> PyResult<Self> {
553552
Self::try_from(seconds.trunc() as i32)
554553
}

0 commit comments

Comments
 (0)