Skip to content

Commit d28b569

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

maths/aliquot_sum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import doctest
44
from typing import overload
55

6+
67
@overload
78
def aliquot_sum(input_num: int) -> int: ...
89
@overload

0 commit comments

Comments
 (0)