You've already forked parse_datetime
mirror of
https://github.com/uutils/parse_datetime.git
synced 2026-06-10 16:13:15 -07:00
parse_datetime: Remove unnessecary import
This commit is contained in:
committed by
Sylvestre Ledru
parent
7e528ad609
commit
dbfdea454f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user