Skip to content

Commit 60083ef

Browse files
committed
doctest created
1 parent 6bcf6c6 commit 60083ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/majority_element.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ def majority_element(array: list) -> int:
3131

3232
if __name__ == "__main__":
3333
import doctest
34-
3534
doctest.testmod()

0 commit comments

Comments
 (0)