Skip to content

Commit f9680cf

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/rare_number.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ def _is_perfect_square(n: int) -> bool:
104104

105105
if __name__ == "__main__":
106106
import doctest
107+
107108
doctest.testmod()

0 commit comments

Comments
 (0)