mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
uptime: remove unused import
This commit is contained in:
parent
66fef28ec6
commit
6956377405
1 changed files with 1 additions and 3 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue