Skip to content

Commit 91657bd

Browse files
committed
remove hacky solution
1 parent 4ce85af commit 91657bd

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

render_machine/render_context.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ def has_next_frid(self) -> bool:
184184

185185
def finish_implementing_frid(self):
186186
self.functional_requirements_render_attempts_failed_unit_during_conformance_tests = 0
187-
188-
def finish_fully_implementing_frid(self):
189187
self.run_state.increment_rendered_functionalities()
190188

191189
def should_run_unit_tests(self) -> bool:

render_machine/state_machine_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ def get_states(self, render_context: RenderContext) -> List[Any]:
231231
refactoring_code_states,
232232
self.get_processing_conformance_tests_states(render_context),
233233
States.FRID_FULLY_IMPLEMENTED.value,
234-
{"name": States.FRID_FULLY_IMPLEMENTED.value, "on_exit": "finish_fully_implementing_frid"},
235234
],
236235
},
237236
{"name": States.RENDER_COMPLETED.value, "on_enter": "start_render_completed"},

0 commit comments

Comments
 (0)