Unify imports

This commit is contained in:
mo8it
2026-04-05 17:28:27 +02:00
parent 7ed2316040
commit c466d01da9
9 changed files with 66 additions and 60 deletions
+1 -2
View File
@@ -17,10 +17,9 @@ use crate::{
clear_terminal,
exercise::{OUTPUT_CAPACITY, RunnableExercise, solution_link_line},
term::progress_bar,
watch::{InputPauseGuard, WatchEvent, terminal_event::terminal_event_handler},
};
use super::{InputPauseGuard, WatchEvent, terminal_event::terminal_event_handler};
const HEADING_ATTRIBUTES: Attributes = Attributes::none()
.with(Attribute::Bold)
.with(Attribute::Underlined);