Skip to content

Commit a4dbfa9

Browse files
committed
Fix clippy
1 parent 76b65a2 commit a4dbfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/src/pyexpat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ macro_rules! create_property {
2929
mod _pyexpat {
3030
use crate::vm::{
3131
Context, Py, PyObjectRef, PyPayload, PyRef, PyResult, TryFromObject, VirtualMachine,
32-
builtins::{PyInt, PyStr, PyStrRef, PyTupleRef, PyType},
32+
builtins::{PyStr, PyStrRef, PyType},
3333
function::ArgBytesLike,
3434
function::{IntoFuncArgs, OptionalArg},
3535
};

0 commit comments

Comments
 (0)