Format imports

This commit is contained in:
Nettika
2023-12-18 20:29:25 -08:00
parent 822281aa4e
commit 4f7424b533
3 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
from puzzle import (RangeConversion, resolve_destination, resolve_source,
solve_pt_1, solve_pt_2)
from puzzle import (
RangeConversion,
resolve_destination,
resolve_source,
solve_pt_1,
solve_pt_2,
)
mock_seeds = [79, 14, 55, 13]
mock_destinations = [81, 14, 57, 13]