mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-15 05:48:08 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
bb46e1af8b
commit
305f4449b8
|
@ -59,7 +59,7 @@ and slicing, but this bitwise implementation is significantly faster
|
||||||
|
|
||||||
See https://github.com/billbreit/BitWiseApps/blob/main/dev/time_ops.py
|
See https://github.com/billbreit/BitWiseApps/blob/main/dev/time_ops.py
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
bit_length = int.bit_length
|
bit_length = int.bit_length
|
||||||
|
|
||||||
|
@ -230,7 +230,6 @@ def multibit_remove(bint: int, index: int, bit_len: int) -> int:
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
import doctest
|
import doctest
|
||||||
|
|
||||||
doctest.testmod()
|
doctest.testmod()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user