Skip to content

Commit 27aebea

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bit_manipulation/multibit_manipulation.py

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def multibit_remove(bint: int, index: int, bit_len: int) -> int | None:
231231

232232

233233
if __name__ == "__main__":
234-
235234
import doctest
236235

237236
doctest.testmod()

0 commit comments

Comments
 (0)