Skip to content

Commit f7deaa6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boolean_algebra/half_adder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def half_adder(input_a: int, input_b: int) -> tuple[int, int]:
5050
if __name__ == "__main__":
5151
import doctest
5252

53-
doctest.testmod()
53+
doctest.testmod()

0 commit comments

Comments
 (0)