Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:33:32 +01:00
parent b00befbcaf
commit e46fb41dd2

View file

@ -256,7 +256,7 @@ impl<'a> Notes<'a> {
fn command_links(&self, matches: &ArgMatches) -> bool {
use ansi_term::Colour::{Red, Green};
use module::helpers::content::markdown::MarkdownParser;
use ui::file::{FilePrinter, TablePrinter};
use ui::file::FilePrinter;
use util::is_url;
use prettytable::Table;
use prettytable::row::Row;