mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 21:08:34 +00:00
Remove unused import
This commit is contained in:
parent
c67d4a6eff
commit
877bbcd931
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use crate::format::RenderView;
|
||||
use crate::object::Value;
|
||||
use crate::prelude::*;
|
||||
use ansi_term::Color;
|
||||
use derive_new::new;
|
||||
use prettytable::format::{FormatBuilder, LinePosition, LineSeparator};
|
||||
use textwrap::fill;
|
||||
|
|
|
|||
Loading…
Reference in a new issue