Remove unused imports

pull/1127/head
Blaž Hrastnik 2021-11-18 18:41:44 +09:00
parent 9dcccb45bb
commit e9dc658de4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use helix_core::{
Rope, Rope,
}; };
use helix_view::{ use helix_view::{
graphics::{Color, Margin, Rect, Style}, graphics::{Margin, Rect},
Theme, Theme,
}; };