summaryrefslogtreecommitdiffstats
path: root/src/tui/views.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui/views.rs')
-rw-r--r--src/tui/views.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tui/views.rs b/src/tui/views.rs
index a7d3885..d7c7af9 100644
--- a/src/tui/views.rs
+++ b/src/tui/views.rs
@@ -12,7 +12,6 @@ use std::fmt::Display;
use std::rc::Rc;
use super::markdown::Markdown;
-use crate::error::Result;
pub const NAME_QUESTION_LIST: &str = "question_list";
pub const NAME_ANSWER_LIST: &str = "answer_list";