uptime: remove unused import

This commit is contained in:
Miles Liu 2023-03-16 19:44:27 +08:00
parent 66fef28ec6
commit 6956377405
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9

View file

@ -11,10 +11,8 @@
use chrono::{Local, TimeZone, Utc};
use clap::{crate_version, Arg, ArgAction, Command};
use uucore::{format_usage, help_about, help_usage};
// import crate time from utmpx
pub use uucore::libc;
use uucore::libc::time_t;
use uucore::{format_usage, help_about, help_usage};
use uucore::error::{UResult, USimpleError};