Skip to content

Commit

Permalink
[node-mimimi] remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ganthern committed Jan 23, 2025
1 parent ebcb89d commit adf9875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-mimimi/src/importer/file_reader.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::importer::filename_producer::FileNameProducer;
use crate::importer::importable_mail::ImportableMail;
use crate::importer::messages::{FileIterationError, PreparationError};
use crate::importer::{Importer, FAILED_MAILS_SUB_DIR, STATE_ID_FILE_NAME};
use crate::importer::{FAILED_MAILS_SUB_DIR, STATE_ID_FILE_NAME};
use mail_parser::mailbox::mbox::MessageIterator;
use mail_parser::MessageParser;
use std::fs;
Expand Down

0 comments on commit adf9875

Please sign in to comment.