Skip to content

Commit 157f653

Browse files
committed
uptime: merge two imports
1 parent 876f941 commit 157f653

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/uu/uptime/src/uptime.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ use chrono::{Local, TimeZone, Utc};
99
use clap::ArgMatches;
1010
use std::io;
1111
use thiserror::Error;
12-
use uucore::error::UError;
12+
use uucore::error::{UError, UResult};
1313
use uucore::libc::time_t;
1414
use uucore::uptime::*;
1515

16-
use uucore::error::UResult;
17-
1816
use clap::{Arg, ArgAction, Command, ValueHint, builder::ValueParser};
1917

2018
use uucore::{format_usage, help_about, help_usage};

0 commit comments

Comments
 (0)