Skip to content

Commit 9a5deb1

Browse files
committed
Removed unused binding
1 parent 3fdc72d commit 9a5deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/obj/objrange.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use super::objtuple::PyTuple;
1313
use crate::function::{OptionalArg, PyFuncArgs};
1414
use crate::pyhash;
1515
use crate::pyobject::{
16-
PyClassImpl, PyContext, PyObjectRef, PyRef, PyResult, PyValue, TryFromObject, TypeProtocol, IntoPyObject
16+
PyClassImpl, PyContext, PyObjectRef, PyRef, PyResult, PyValue, TryFromObject, TypeProtocol,
1717
};
1818
use crate::vm::VirtualMachine;
1919

0 commit comments

Comments
 (0)