Skip to content

Commit 7e9efdb

Browse files
committed
remove def
1 parent 1de2184 commit 7e9efdb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/year_2025/test_day_01.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ def test_solver(day_01_test_input, day_01_expected_output):
4848
def test_turn_dial(current_position, turn_direction, distance, expected_new_position):
4949
new_position = turn_dial(current_position, turn_direction, distance)
5050
assert new_position == expected_new_position
51-
52-
def

0 commit comments

Comments
 (0)