Skip to content

Commit 7f1ce32

Browse files
authored
Update aliquot_sum.py
1 parent 0ce22f2 commit 7f1ce32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/aliquot_sum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from __future__ import annotations
2+
23
import doctest
34
from typing import overload
45

5-
66
@overload
77
def aliquot_sum(input_num: int) -> int: ...
88
@overload

0 commit comments

Comments
 (0)