Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ReagentX committed Jul 29, 2023
1 parent bdba41a commit 483788d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions imessage-exporter/src/app/attachment_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ use std::{
};

use filetime::{set_file_times, FileTime};
use imessage_database::{
tables::{attachment::Attachment, messages::Message},
util::platform::Platform,
};
use imessage_database::tables::{attachment::Attachment, messages::Message};
use uuid::Uuid;

use crate::app::{
Expand Down

0 comments on commit 483788d

Please sign in to comment.