Skip to content

Commit 536ceb0

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

boolean_algebra/and_gate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def n_input_and_gate(inputs: list[int]) -> int:
5050
return int(all(inputs))
5151

5252

53-
5453
if __name__ == "__main__":
5554
import doctest
5655

0 commit comments

Comments
 (0)