summaryrefslogtreecommitdiffstats
path: root/src/git/file_status.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/git/file_status.rs')
-rw-r--r--src/git/file_status.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/file_status.rs b/src/git/file_status.rs
index 3687432..82fbed4 100644
--- a/src/git/file_status.rs
+++ b/src/git/file_status.rs
@@ -1,6 +1,6 @@
use std::path::{Path, PathBuf};
-use crate::git::{delta::Delta, file_mode::FileMode, status::Status};
+use crate::git::{Delta, FileMode, Status};
/// Represents a file change within a Git repository
#[derive(Debug, Clone, PartialEq, Eq)]