Remove unused import

This commit is contained in:
George Pollard 2019-08-24 17:38:32 +12:00
parent c67d4a6eff
commit 877bbcd931
No known key found for this signature in database
GPG Key ID: 6694D898AEB73984

View File

@ -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;