From c6bca3981ee8c5846df1b5b946e45daeacd8d2cb Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 7 Jan 2025 12:08:27 -0500 Subject: [PATCH] tidy --- wheel/src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheel/src/api.rs b/wheel/src/api.rs index ac16aaf7a..3168dd3e1 100644 --- a/wheel/src/api.rs +++ b/wheel/src/api.rs @@ -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;