Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaRevenco committed Dec 12, 2024
1 parent b34549f commit f488f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/ui/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use helix_view::{
};
use std::{mem::take, num::NonZeroUsize, path::PathBuf, rc::Rc, sync::Arc};

use tui::{buffer::Buffer as Surface, text::Span, widgets::Paragraph, Viewport};
use tui::{buffer::Buffer as Surface, text::Span};

pub struct EditorView {
pub keymaps: Keymaps,
Expand Down

0 comments on commit f488f4d

Please sign in to comment.