Skip to content

Commit c67813d

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bit_manipulation/binary_count_trailing_zeros.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ def binary_count_trailing_zeros(a: int) -> int:
4949
import doctest
5050

5151
doctest.testmod()
52-

0 commit comments

Comments
 (0)