Skip to content

Commit 593c29a

Browse files
committed
fixed clippy
1 parent 38dbe4f commit 593c29a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/python3/src/plugin.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ mod test {
442442
}
443443

444444
fn dir_to_zip(source_dir: impl AsRef<std::path::Path>) -> Vec<u8> {
445-
use std::io::Write;
446-
447445
let mut target = vec![];
448446
let mut zip = zip::ZipWriter::new(std::io::Cursor::new(&mut target));
449447

0 commit comments

Comments
 (0)