We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf6c6 commit 60083efCopy full SHA for 60083ef
data_structures/arrays/majority_element.py
@@ -31,5 +31,4 @@ def majority_element(array: list) -> int:
31
32
if __name__ == "__main__":
33
import doctest
34
-
35
doctest.testmod()
0 commit comments