Skip to content

Commit 7aef9f9

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bit_manipulation/count_bits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ def count_bits(n: int) -> int:
2828

2929
if __name__ == "__main__":
3030
import doctest
31+
3132
doctest.testmod()

0 commit comments

Comments
 (0)