Remove unused imports
This commit is contained in:
parent
9dcccb45bb
commit
e9dc658de4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use helix_core::{
|
|||
Rope,
|
||||
};
|
||||
use helix_view::{
|
||||
graphics::{Color, Margin, Rect, Style},
|
||||
graphics::{Margin, Rect},
|
||||
Theme,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue