refactor: remove redundant import
Removed Revealer import because it is not used.
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::model::builder_traits::*;
|
|||||||
|
|
||||||
use gtk4 as gtk;
|
use gtk4 as gtk;
|
||||||
|
|
||||||
use gtk::{prelude::*, Revealer, StackTransitionType::SlideLeftRight, *};
|
use gtk::{prelude::*, StackTransitionType::SlideLeftRight, *};
|
||||||
use info_bar::InfoBar;
|
use info_bar::InfoBar;
|
||||||
|
|
||||||
#[allow(unused)]
|
#[allow(unused)]
|
||||||
|
|||||||
Reference in New Issue
Block a user