Skip to content

Commit dd4f56d

Browse files
committed
Formatting
1 parent f9e9457 commit dd4f56d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

render_machine/actions/fix_conformance_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ def execute(self, render_context: RenderContext, previous_action_payload: Any |
125125
f"Potential conflicting functionalities detected while fixing conformance tests for functionality {current_testing_frid} in module {current_testing_module_name}."
126126
)
127127

128-
if (
129-
issue_reason_code == self.ISSUE_REASON_CODE_CONFORMANCE_TESTS
130-
):
128+
if issue_reason_code == self.ISSUE_REASON_CODE_CONFORMANCE_TESTS:
131129
render_context.conformance_tests.store_conformance_tests_files(
132130
render_context.module_name,
133131
render_context.required_modules,

0 commit comments

Comments
 (0)