fix: add missing colons to solution template
This commit is contained in:
@@ -113,11 +113,11 @@ def part_2(input_data: str) -> Any:
|
||||
return None
|
||||
|
||||
|
||||
def test_part_1(example_data)
|
||||
def test_part_1(example_data):
|
||||
assert part_1(example_data) == 0
|
||||
|
||||
|
||||
def test_part_2(example_data)
|
||||
def test_part_2(example_data):
|
||||
assert part_2(example_data) == 0
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user