Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b582d2

Browse files
committedMay 31, 2024·
2 parents cb65485 + 5a6275b commit 1b582d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎bit_manipulation/multibit_manipulation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ def multibit_remove(bint: int, index: int, bit_len: int) -> int:
247247

248248

249249
if __name__ == "__main__":
250-
251250
import doctest
252251

253252
doctest.testmod()

0 commit comments

Comments
 (0)
Please sign in to comment.