Skip to content

Commit

Permalink
chore: rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 11, 2024
1 parent cb8c80c commit 02543b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfuzon/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{fmt::write, path::PathBuf};
use std::path::PathBuf;
use pyo3::prelude::*;
use core::fmt;

Expand Down

0 comments on commit 02543b9

Please sign in to comment.