Skip to content

Commit dbe0d21

Browse files
committed
clippy fixes
Signed-off-by: Hanif Ariffin <[email protected]>
1 parent e089bca commit dbe0d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/builtins/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ use super::{PyDictRef, PyList, PyStr, PyStrRef, PyType, PyTypeRef};
22
use crate::common::hash::PyHash;
33
use crate::types::PyTypeFlags;
44
use crate::{
5+
AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyResult, VirtualMachine,
56
class::PyClassImpl,
67
convert::ToPyResult,
78
function::{Either, FuncArgs, PyArithmeticValue, PyComparisonValue, PySetterValue},
89
types::{Constructor, PyComparisonOp},
9-
AsObject, Context, Py, PyObject, PyObjectRef, PyPayload, PyResult, VirtualMachine,
1010
};
1111
use itertools::Itertools;
1212

0 commit comments

Comments
 (0)