Skip to content

Commit ce15f59

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_structures/arrays/monotonic_array.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ def is_monotonic(nums: list[int]) -> bool:
3333
print(is_monotonic([1, 3, 2])) # Output: False
3434

3535
import doctest
36+
3637
doctest.testmod()

0 commit comments

Comments
 (0)