Skip to content

Commit

Permalink
refactor: reorganize imports in dump_sync.rs for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 21, 2024
1 parent a6e6ecf commit 57bbcfa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/dump_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ use tokio::{
use crate::{
args_cli::*,

ui::ui_base::UI,
core::dump::Dump,
helpers::env::Env,
ui::success_alerts::SuccessAlerts,

ui::{
ui_base::UI,
success_alerts::SuccessAlerts,
},

constants::{
urls::Urls,
Expand Down

0 comments on commit 57bbcfa

Please sign in to comment.