Skip to content

Commit

Permalink
refactor: group imports
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Aug 7, 2024
1 parent 4686748 commit 02e32ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/progress/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ pub use month::month;
pub mod week;
pub use week::week;

use jiff::civil;
use jiff::Unit;
use jiff::{civil, Unit};

use crate::error::Error;

Expand Down
3 changes: 1 addition & 2 deletions src/progress/week.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use jiff::civil;
use jiff::ToSpan;
use jiff::{civil, ToSpan};

use super::compute;
use crate::error::Error;
Expand Down

0 comments on commit 02e32ae

Please sign in to comment.