Skip to content

Commit bf9679a

Browse files
committed
format
1 parent fc2d1b2 commit bf9679a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

render_machine/render_context.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,9 @@ def start_conformance_tests_for_frid(self):
418418
# fall through to get_first below
419419
else:
420420
if self.conformance_tests_running_context.conformance_test_phase_index == 0:
421-
self.conformance_tests_running_context.current_testing_frid_high_level_implementation_plan = None
421+
self.conformance_tests_running_context.current_testing_frid_high_level_implementation_plan = (
422+
None
423+
)
422424

423425
self.conformance_tests_running_context.conformance_test_phase_index += 1
424426
current_acceptance_tests = self.frid_context.specifications[plain_spec.ACCEPTANCE_TESTS][

0 commit comments

Comments
 (0)