Skip to content

Commit 53419d7

Browse files
github-actions[bot]moreal
authored andcommitted
Auto-format: cargo fmt --all
1 parent a03e9ae commit 53419d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/stdlib/src/sha2.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#[pymodule]
22
mod _sha2 {
3-
use crate::hashlib::_hashlib::{HashArgs, local_sha224, local_sha256, local_sha384, local_sha512};
3+
use crate::hashlib::_hashlib::{
4+
HashArgs, local_sha224, local_sha256, local_sha384, local_sha512,
5+
};
46
use crate::vm::{Py, PyPayload, PyResult, VirtualMachine, builtins::PyModule};
57

68
#[pyfunction]

0 commit comments

Comments
 (0)