Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jan 7, 2025
1 parent ff365a2 commit c6bca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use pyo3::pybacked::PyBackedBytes;
use pyo3::types::PyBytes;
use pyo3::types::PyList;
use pyo3::types::PyTuple;
use pyo3::{py_run, wrap_pyfunction, wrap_pymodule};
use pyo3::wrap_pyfunction;
use std::collections::HashSet;
use std::iter::zip;

Expand Down

0 comments on commit c6bca39

Please sign in to comment.