Skip to content

Commit 2e5b898

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

maths/special_numbers/a_very_big_sum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from typing import List
22

3+
34
def a_very_big_sum(arr: List[int]) -> int:
45
"""
56
Return the sum of all integers in the input array.

0 commit comments

Comments
 (0)