Skip to content

Commit da51a23

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bit_manipulation/find_upper_lower_nibble.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ def get_nibbles(num: int) -> tuple[int, int]:
2525

2626
if __name__ == "__main__":
2727
import doctest
28+
2829
doctest.testmod()

0 commit comments

Comments
 (0)