Skip to content

Commit 9f24a19

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
Formatted with psf/black
1 parent c0587d9 commit 9f24a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/sum_to_n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def sum_to_n(n: int) -> int:
88
return sum(i for i in range(1, n + 1))
99

1010

11-
if __name__ == '__main__':
11+
if __name__ == "__main__":
1212
from doctest import testmod
1313

1414
testmod()

0 commit comments

Comments
 (0)