diff --git a/src/uu/uptime/src/uptime.rs b/src/uu/uptime/src/uptime.rs index d16dea1a6..240a35371 100644 --- a/src/uu/uptime/src/uptime.rs +++ b/src/uu/uptime/src/uptime.rs @@ -9,12 +9,10 @@ use chrono::{Local, TimeZone, Utc}; use clap::ArgMatches; use std::io; use thiserror::Error; -use uucore::error::UError; +use uucore::error::{UError, UResult}; use uucore::libc::time_t; use uucore::uptime::*; -use uucore::error::UResult; - use clap::{Arg, ArgAction, Command, ValueHint, builder::ValueParser}; use uucore::{format_usage, help_about, help_usage};