Skip to content

Commit a14d5c1

Browse files
Auto-format: cargo fmt --all
1 parent 7fb03b2 commit a14d5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/vm/src/types/slot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{
55
AsObject, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, VirtualMachine,
66
builtins::{PyInt, PyStr, PyStrInterned, PyStrRef, PyType, PyTypeRef},
77
bytecode::ComparisonOperator,
8-
common::hash::{fix_sentinel, hash_bigint, PyHash},
8+
common::hash::{PyHash, fix_sentinel, hash_bigint},
99
convert::ToPyObject,
1010
function::{
1111
Either, FromArgs, FuncArgs, OptionalArg, PyComparisonValue, PyMethodDef, PySetterValue,

0 commit comments

Comments
 (0)