Skip to content

Commit 26a0655

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b8116a1 commit 26a0655

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hashes/sha256.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ class SHA256HashTest(unittest.TestCase):
202202
"""
203203

204204
def test_match_hashes(self) -> None:
205-
206-
207205
msg = bytes("Test String", "utf-8")
208206
assert SHA256(msg).hash == hashlib.sha256(msg).hexdigest()
209207

@@ -216,8 +214,6 @@ def main() -> None:
216214

217215
# unittest.main()
218216

219-
220-
221217
doctest.testmod()
222218

223219
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)