Skip to content

Commit a9d9c1e

Browse files
Update proth_number.py
1 parent c416d74 commit a9d9c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/proth_number.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def proth(number: int) -> int:
5959

6060
if __name__ == "__main__":
6161
import doctest
62+
6263
doctest.testmod()
6364

6465
for number in range(11):

0 commit comments

Comments
 (0)