Skip to content

Commit 42166b2

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

boolean_algebra/half_adder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ def half_adder(input_a: int, input_b: int) -> tuple[int, int]:
4949

5050
if __name__ == "__main__":
5151
import doctest
52-
52+
5353
doctest.testmod()
54-

0 commit comments

Comments
 (0)