mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
df: removed unused import
This commit is contained in:
parent
388e14f208
commit
97998a64dd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use blocks::HumanReadable;
|
|||
use table::HeaderMode;
|
||||
use uucore::display::Quotable;
|
||||
use uucore::error::FromIo;
|
||||
use uucore::error::{UError, UIoError, UResult, USimpleError};
|
||||
use uucore::error::{UError, UResult, USimpleError};
|
||||
use uucore::fsext::{read_fs_list, MountInfo};
|
||||
use uucore::parse_size::ParseSizeError;
|
||||
use uucore::{format_usage, show};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue