Skip to content

Commit 270b2ba

Browse files
committed
fix: cargo fmt
1 parent 80404d3 commit 270b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/frame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ use crate::{
2020
AsObject, Py, PyObject, PyObjectRef, PyPayload, PyRef, PyResult, TryFromObject, VirtualMachine,
2121
};
2222
use indexmap::IndexMap;
23-
use std::iter::zip;
2423
use itertools::Itertools;
2524
use std::fmt;
25+
use std::iter::zip;
2626
#[cfg(feature = "threading")]
2727
use std::sync::atomic;
2828

0 commit comments

Comments
 (0)