Skip to content

Commit 781801c

Browse files
Auto-format: cargo fmt --all
1 parent 2a84792 commit 781801c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/vm/src/builtins/capsule.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
use super::PyType;
2-
use crate::{
3-
Context, Py, PyPayload, PyResult,
4-
class::PyClassImpl,
5-
types::Representable,
6-
};
2+
use crate::{Context, Py, PyPayload, PyResult, class::PyClassImpl, types::Representable};
73

84
/// PyCapsule - a container for C pointers.
95
/// In RustPython, this is a minimal implementation for compatibility.

0 commit comments

Comments
 (0)