Skip to content

Commit

Permalink
Merge pull request #165 from nitsanavni/main
Browse files Browse the repository at this point in the history
fix import from build in `inline.parse`
  • Loading branch information
isidore authored May 21, 2024
2 parents 06ada34 + 865e861 commit f3bc5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approvaltests/inline/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from approvaltests.inline.parse2 import Parse2
from approvaltests.inline.parse3 import Parse3
from approvaltests.namer.inline_comparator import InlineComparator
from build.lib.approvaltests.reporters import ReporterThatAutomaticallyApproves
from approvaltests.reporters import ReporterThatAutomaticallyApproves
from approvaltests.inline.types import T, T2, T1


Expand Down

0 comments on commit f3bc5da

Please sign in to comment.