Merge pull request #3141 from gitbutlerapp/remove-unused-imports

remove unused import
This commit is contained in:
Josh Junon 2024-03-14 10:40:51 +01:00 committed by GitHub
commit 86e02b53c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
// the merge parent file is removed when the merge is complete // the merge parent file is removed when the merge is complete
use std::{ use std::{
io::{BufRead, IoSlice, Write}, io::{BufRead, Write},
path::{Path, PathBuf}, path::{Path, PathBuf},
}; };