Skip to content

Commit e04592b

Browse files
committed
fix: formatting and linting
1 parent f87d2fd commit e04592b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_2025/tests/test_03.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
1. Part 1: Sum of maximum 2-digit values from all power bank readings
77
2. Part 2: Sum of maximum 12-digit values from all power bank readings
88
"""
9+
910
from aoc.models.tester import TestSolutionUtility
1011

12+
1113
def test_day03_part1() -> None:
1214
"""Test extracting and summing maximum 2-digit joltage values.
1315
@@ -22,6 +24,7 @@ def test_day03_part1() -> None:
2224
expected=357,
2325
)
2426

27+
2528
def test_day03_part2() -> None:
2629
"""Test extracting and summing maximum 12-digit joltage values.
2730

0 commit comments

Comments
 (0)