Skip to content

Commit 6044c36

Browse files
committed
chore(ec): fix import filename from file_utils to aoc_utils
1 parent ac555c4 commit 6044c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advent_of_code/year_2024/day_10_hoof_it/solution_day_10_2024.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from collections import defaultdict
2-
from utils.file_utils import get_input_file_path, read_input_file
2+
from utils.aoc_utils import get_input_file_path, read_input_file
33

44

55
def is_valid_step(x, y, topographic_map, prev_value):

0 commit comments

Comments
 (0)