Skip to content

Commit 8c1bc35

Browse files
author
brentru
committed
lint example
1 parent f4af921 commit 8c1bc35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hashlib_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
m.update(byte_string)
1212
# Obtain the digest, digest size, and block size
1313
print(
14-
"Msg Digest: {}\nMsg Digest Size: {}\nMsg Block Size: {}".format(
15-
m.hexdigest(), m.digest_size, m.block_size))
14+
"Msg Digest: {}\nMsg Digest Size: {}\nMsg Block Size: {}".format(
15+
m.hexdigest(), m.digest_size, m.block_size))
1616
# Validate the digest
1717
assert (
1818
m.hexdigest() == "744535a10879be6b18bbcdd135032891346f530a7845d580f7869f36"

0 commit comments

Comments
 (0)