Skip to content

Commit

Permalink
refactor: organize imports in tasks.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Jul 28, 2024
1 parent 43ee0e4 commit 94903cd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/cmd/tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ use sha2::{

use crate::{
args_cli::Flags,
syntax::vars::Vars,
syntax::macros::Macros,

ui::{
ui_base::UI,
compress_alerts::CompressAlerts,
},

syntax::{
vars::Vars,
macros::Macros,
},

system::{
pdf::Pdf,
Expand Down

0 comments on commit 94903cd

Please sign in to comment.