Skip to content

Commit 93c184a

Browse files
committed
Fix fmt
1 parent dd6b5b9 commit 93c184a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vm/src/obj/objlist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use super::super::pyobject::{
2-
IdProtocol, PyContext, PyFuncArgs, PyObject, PyObjectPayload, PyObjectRef, PyResult, TypeProtocol,
2+
IdProtocol, PyContext, PyFuncArgs, PyObject, PyObjectPayload, PyObjectRef, PyResult,
3+
TypeProtocol,
34
};
45
use super::super::vm::{ReprGuard, VirtualMachine};
56
use super::objbool;

0 commit comments

Comments
 (0)