Skip to content

Commit 741e1b0

Browse files
author
Malte Münch
committed
black...
Signed-off-by: Malte Münch <[email protected]>
1 parent 3bfbcd6 commit 741e1b0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/python_gardenlinux_lib/oras/crypto.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import hashlib
22

33

4-
5-
6-
7-
84
def verify_sha256(checksum: str, data: bytes):
95
data_checksum = f"sha256:{hashlib.sha256(data).hexdigest()}"
106
if checksum != data_checksum:

0 commit comments

Comments
 (0)