Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Dec 30, 2023
1 parent 0b968e3 commit 316dd28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tag/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::time::Duration;

use crate::{atom, util, AudioInfo, ReadConfig, READ_CONFIG};

pub use readonly::*;

pub use userdata::*;

mod readonly;
Expand Down
2 changes: 1 addition & 1 deletion src/tag/userdata/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
};

pub use genre::*;
pub use tuple::*;


mod genre;
mod tuple;
Expand Down

0 comments on commit 316dd28

Please sign in to comment.