Skip to content

Commit 28aab1b

Browse files
committed
remove useless import which break the CI
1 parent 301fcde commit 28aab1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/central_panel.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
//! Central panel
22
3-
use bladvak::eframe::egui::{
4-
self, Color32, FontFamily, FontId, ScrollArea, Stroke, TextStyle, Theme, Vec2,
5-
};
3+
use bladvak::eframe::egui::{self, FontFamily, FontId, ScrollArea, TextStyle, Theme, Vec2};
64
use bladvak::errors::ErrorManager;
75

86
use crate::WombatApp;
@@ -174,6 +172,7 @@ impl WombatApp {
174172
egui::Sense::click(),
175173
);
176174
// debug
175+
// use bladvak::eframe::egui::{Color32, Stroke};
177176
// painter.rect(
178177
// byte_rect,
179178
// 1.0,
@@ -206,6 +205,7 @@ impl WombatApp {
206205
egui::Sense::click(),
207206
);
208207
// debug
208+
// use bladvak::eframe::egui::{Color32, Stroke};
209209
// painter.rect(
210210
// byte_rect,
211211
// 1.0,

0 commit comments

Comments
 (0)