Skip to content

Commit 3ea7ce0

Browse files
committed
run cargo fmt
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 4069be1 commit 3ea7ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ use {
2626
num_bigint::BigUint,
2727
once_cell::sync::OnceCell,
2828
pyo3::{
29-
Bound, IntoPyObject, Py, PyAny, PyErr, PyResult, Python,
3029
exceptions::PyAssertionError,
3130
intern,
3231
types::{
3332
PyAnyMethods, PyBool, PyBytes, PyBytesMethods, PyDict, PyList, PyListMethods,
3433
PyMapping, PyMappingMethods, PyModule, PyModuleMethods, PyString, PyTuple,
3534
},
35+
Bound, IntoPyObject, Py, PyAny, PyErr, PyResult, Python,
3636
},
3737
std::{
3838
alloc::{self, Layout},

0 commit comments

Comments
 (0)