mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d9f2f9fb1e
commit
ce15f5921f
|
@ -33,4 +33,5 @@ if __name__ == "__main__":
|
|||
print(is_monotonic([1, 3, 2])) # Output: False
|
||||
|
||||
import doctest
|
||||
|
||||
doctest.testmod()
|
||||
|
|
Loading…
Reference in New Issue
Block a user