Skip to content

Commit ec25e7d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d29d1c commit ec25e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bit_manipulation/find_unique_number.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ def find_unique_number(arr: list[int]) -> int:
3333

3434
if __name__ == "__main__":
3535
import doctest
36+
3637
doctest.testmod()

0 commit comments

Comments
 (0)