Skip to content

Commit 50193cd

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

maths/special_numbers/kaprekar_number.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ def is_kaprekar_number(n: int) -> bool:
3131

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

0 commit comments

Comments
 (0)