Skip to content

Commit 6b2bb3a

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/disarium.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ def is_disarium(num: int) -> bool:
1818

1919
if __name__ == "__main__":
2020
import doctest
21+
2122
doctest.testmod(verbose=True)

0 commit comments

Comments
 (0)