diff --git a/05/05.py b/05/05.py index 416498e..df492b3 100644 --- a/05/05.py +++ b/05/05.py @@ -39,7 +39,6 @@ def part1(seats): return max_id def part2(seats): - your_seat = 0 ids = sorted(map(id, seats)) prev_id = 0 for seat_id in ids: