Skip to content

Commit a5ef879

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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()

strings/integer_to_roman.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ def integer_to_roman(n: int) -> str:
4848

4949
if __name__ == "__main__":
5050
import doctest
51+
5152
doctest.testmod()

0 commit comments

Comments
 (0)