mirror of
https://github.com/nushell/nushell.git
synced 2024-11-29 11:54:02 +01:00
Remove unused import
This commit is contained in:
parent
c67d4a6eff
commit
877bbcd931
@ -1,7 +1,6 @@
|
|||||||
use crate::format::RenderView;
|
use crate::format::RenderView;
|
||||||
use crate::object::Value;
|
use crate::object::Value;
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
use ansi_term::Color;
|
|
||||||
use derive_new::new;
|
use derive_new::new;
|
||||||
use prettytable::format::{FormatBuilder, LinePosition, LineSeparator};
|
use prettytable::format::{FormatBuilder, LinePosition, LineSeparator};
|
||||||
use textwrap::fill;
|
use textwrap::fill;
|
||||||
|
Loading…
Reference in New Issue
Block a user