Skip to content

Commit 6cb89fb

Browse files
committed
Formaat
1 parent 9243716 commit 6cb89fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/src/builtins/pytype.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ use super::weakref::PyWeak;
1818
use crate::builtins::tuple::PyTupleTyped;
1919
use crate::function::{FuncArgs, KwArgs};
2020
use crate::pyobject::{
21-
BorrowValue, Either, IdProtocol, PyAttributes, PyClassImpl, PyContext, PyLease,
22-
PyObjectRef, PyRef, PyResult, PyValue, TryFromObject, TypeProtocol,
21+
BorrowValue, Either, IdProtocol, PyAttributes, PyClassImpl, PyContext, PyLease, PyObjectRef,
22+
PyRef, PyResult, PyValue, TryFromObject, TypeProtocol,
2323
};
2424
use crate::slots::{self, Callable, PyTpFlags, PyTypeSlots, SlotGetattro};
2525
use crate::vm::VirtualMachine;

0 commit comments

Comments
 (0)