Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa0d496

Browse files
committedOct 18, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 60083ef commit aa0d496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎data_structures/arrays/majority_element.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ def majority_element(array: list) -> int:
3131

3232
if __name__ == "__main__":
3333
import doctest
34+
3435
doctest.testmod()

0 commit comments

Comments
 (0)
Please sign in to comment.