Skip to content

Commit fca6e9d

Browse files
committed
test: Remove doctest from benchmark function
1 parent 3b16704 commit fca6e9d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

matrix/count_negative_numbers_in_sorted_matrix.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,7 @@ def generate_large_matrix() -> list[list[int]]:
139139

140140

141141
def benchmark() -> None:
142-
"""Benchmark our functions next to each other
143-
144-
>>> benchmark()
145-
"""
142+
"""Benchmark our functions next to each other"""
146143
from timeit import timeit
147144

148145
print("Running benchmarks")

0 commit comments

Comments
 (0)