Skip to content

Commit

Permalink
fix auto-import corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Dec 22, 2023
1 parent 84e8c5a commit 12e8c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion py/tests/day07.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from py.solutions import day07_1, day07_2
from solutions import day07_1, day07_2


def test_part1():
Expand Down
3 changes: 1 addition & 2 deletions py/tests/day08.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest

from py.solutions import day08_1
from solutions import day08_1


def test_part1():
Expand Down
2 changes: 1 addition & 1 deletion py/tests/day09.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from py.solutions import day09_1, day09_2
from solutions import day09_1, day09_2


def test_part1():
Expand Down

0 comments on commit 12e8c56

Please sign in to comment.