We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b65a2 commit a4dbfa9Copy full SHA for a4dbfa9
stdlib/src/pyexpat.rs
@@ -29,7 +29,7 @@ macro_rules! create_property {
29
mod _pyexpat {
30
use crate::vm::{
31
Context, Py, PyObjectRef, PyPayload, PyRef, PyResult, TryFromObject, VirtualMachine,
32
- builtins::{PyInt, PyStr, PyStrRef, PyTupleRef, PyType},
+ builtins::{PyStr, PyStrRef, PyType},
33
function::ArgBytesLike,
34
function::{IntoFuncArgs, OptionalArg},
35
};
0 commit comments