Skip to content

Commit

Permalink
Simplify imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ReagentX committed Nov 24, 2024
1 parent 0cb67e1 commit ac3bc28
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions imessage-exporter/src/app/compatibility/attachment_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ use crate::app::{
runtime::Config,
};

use imessage_database::message_types::handwriting::HandwrittenMessage;
use imessage_database::tables::{
attachment::{Attachment, MediaType},
messages::Message,
use imessage_database::{
message_types::handwriting::HandwrittenMessage,
tables::{
attachment::{Attachment, MediaType},
messages::Message,
},
};

use filetime::{set_file_times, FileTime};
Expand Down

0 comments on commit ac3bc28

Please sign in to comment.