chore: remove unimplemented tests 2025/12

This commit is contained in:
2025-12-18 09:35:05 +01:00
parent 0000027078
commit 00000280c5

View File

@@ -55,11 +55,3 @@ def part_1(input_data: str) -> Any:
def part_2(_: str) -> Any:
return "Marry Christmas!"
def test_part_1(example_data):
assert part_1(example_data) == 0
def test_part_2(example_data):
assert part_2(example_data) == 0