Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rpidanny committed Dec 24, 2023
1 parent 525034d commit d6e82b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2019/Day10/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
sys.path.append(".")

from solutions import part1, part2

from utils.inputs import get_inputs
from utils.timings import profile_run

Expand Down
1 change: 1 addition & 0 deletions 2019/Day10/test_solutions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os

from solutions import part1, part2

from utils.inputs import get_inputs

current_dir = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit d6e82b0

Please sign in to comment.