parse_datetime: Remove unnessecary import

This commit is contained in:
cerdelen
2026-01-20 11:17:38 +01:00
committed by Sylvestre Ledru
parent 7e528ad609
commit dbfdea454f
-2
View File
@@ -1,8 +1,6 @@
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
use core::panic;
use jiff::{civil::DateTime, tz::TimeZone, Zoned};
use parse_datetime::parse_datetime_at_date;
use rstest::rstest;