Skip to content

Commit 7a0f653

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/special_numbers/a_very_big_sum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ def a_very_big_sum(arr: List[int]) -> int:
2424
arr = [2, 4, 6, 2, 4, 6, 3]
2525
result = a_very_big_sum(arr)
2626
print(f"Sum of {arr} is {result}")
27-

0 commit comments

Comments
 (0)