day 1 - part 2 - refactoring
This commit is contained in:
parent
5f492b3f66
commit
eac54767b5
10 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
from day1 import common
|
||||
from aoc_2024.day1 import common
|
||||
|
||||
TEST_FILE = Path(__file__).parent / "test-data"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
from day1 import part1
|
||||
from aoc_2024.day1 import part1
|
||||
|
||||
|
||||
def test_compute_distance():
|
|
@ -1,6 +1,6 @@
|
|||
from pathlib import Path
|
||||
|
||||
from day1 import part2
|
||||
from aoc_2024.day1 import part2
|
||||
|
||||
|
||||
def test_compute_similarity_score():
|
Loading…
Add table
Add a link
Reference in a new issue