summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/test.py b/src/tests/test.py
index 46803bd..f64dac9 100644
--- a/src/tests/test.py
+++ b/src/tests/test.py
@@ -1,6 +1,7 @@
from typing import List
import os
+import json
def sum_even_numbers(numbers: List[int]) -> int:
"""Given a list of integers, return the sum of all even numbers in the list."""