summaryrefslogtreecommitdiff
path: root/src/watch
diff options
context:
space:
mode:
Diffstat (limited to 'src/watch')
-rw-r--r--src/watch/state.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs
index 70b6ae4..6a97637 100644
--- a/src/watch/state.rs
+++ b/src/watch/state.rs
@@ -4,10 +4,7 @@ use crossterm::{
terminal::{size, Clear, ClearType},
ExecutableCommand,
};
-use std::{
- io::{self, StdoutLock, Write},
- process::Output,
-};
+use std::io::{self, StdoutLock, Write};
use crate::{
app_state::{AppState, ExercisesProgress},