stm32/rtc: remove unused import

This commit is contained in:
xoviat 2023-04-16 19:32:15 -05:00
parent 90c1422381
commit 27ec29e2c5

View file

@ -1,3 +1,4 @@
#[cfg(feature = "chrono")]
use core::convert::From;
#[cfg(feature = "chrono")]