Skip to content

Commit

Permalink
Remove unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
iainh authored and mcobzarenco committed Jul 9, 2022
1 parent b59970d commit 52cd356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zee/src/components/buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use super::edit_tree_viewer::{
};
use crate::{
editor::{
buffer::{BufferCursor, CursorMessage, ModifiedStatus, RepositoryRc, DISABLE_TABS},
buffer::{BufferCursor, CursorMessage, ModifiedStatus, RepositoryRc},
ContextHandle,
},
mode::Mode,
Expand Down

0 comments on commit 52cd356

Please sign in to comment.