Skip to content

Commit 2308e2a

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bit_manipulation/count_number_of_one_bits.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def get_set_bits_count_using_lookup_table(number: int) -> int:
9999
)
100100

101101

102-
103102
def benchmark() -> None:
104103
"""
105104
Benchmark code for comparing 3 functions, with different length int values.

0 commit comments

Comments
 (0)